]> granicus.if.org Git - python/commitdiff
Issue #12678: Fix distutils sdist test on Windows.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 21 Aug 2011 20:35:41 +0000 (22:35 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 21 Aug 2011 20:35:41 +0000 (22:35 +0200)
Patch by Jeremy Kloth.

Lib/distutils/tests/test_sdist.py
Misc/ACKS

index 440af9886ccda16153c8a469854d6285388b5763..f34f786c92790de5cfaaee09a4de1b24ed8c0835 100644 (file)
@@ -365,6 +365,7 @@ class SDistTestCase(PyPIRCCommandTestCase):
     def test_manual_manifest(self):
         # check that a MANIFEST without a marker is left alone
         dist, cmd = self.get_cmd()
+        cmd.formats = ['gztar']
         cmd.ensure_finalized()
         self.write_file((self.tmp_dir, cmd.manifest), 'README.manual')
         self.write_file((self.tmp_dir, 'README.manual'),
index d345e54ef9d16f3f06f286bcd8d5ce4b05c22f62..6f7d9d12511d23b96de1d5425d1aef7b2cd1556e 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -484,6 +484,7 @@ Reid Kleckner
 Bastian Kleineidam
 Bob Kline
 Matthias Klose
+Jeremy Kloth
 Kim Knapp
 Lenny Kneler
 Pat Knight