]> granicus.if.org Git - python/commitdiff
Try to fix test_distutils on Windows (#12678)
authorÉric Araujo <merwok@netwok.org>
Fri, 26 Aug 2011 00:05:44 +0000 (02:05 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 26 Aug 2011 00:05:44 +0000 (02:05 +0200)
Lib/distutils/tests/test_sdist.py

index 8da6fe4de8b0a57c2fbae9c42dc4260eb95a31c7..4c80bc0bbebcee5f78bfb8d3c92faddd4fd29527 100644 (file)
@@ -422,6 +422,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'),