Fix sdist test on Windows (#12678). Patch by Jeremy Kloth.

This commit is contained in:
Éric Araujo 2011-08-20 19:52:07 +02:00
parent 0a733627f9
commit 19ffe600e9
1 changed files with 1 additions and 0 deletions

View 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'),