Issue #12678: Fix distutils sdist test on Windows.

Patch by Jeremy Kloth.
This commit is contained in:
Nadeem Vawda 2011-08-21 22:35:41 +02:00
parent 8c973189b5
commit 3d3bc81219
2 changed files with 2 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'),

View File

@ -484,6 +484,7 @@ Reid Kleckner
Bastian Kleineidam
Bob Kline
Matthias Klose
Jeremy Kloth
Kim Knapp
Lenny Kneler
Pat Knight