mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
Issue #12678: Fix distutils sdist test on Windows.
Patch by Jeremy Kloth.
This commit is contained in:
parent
a031abc166
commit
ce9da2ffa6
2 changed files with 2 additions and 0 deletions
|
@ -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'),
|
||||
|
|
|
@ -484,6 +484,7 @@ Reid Kleckner
|
|||
Bastian Kleineidam
|
||||
Bob Kline
|
||||
Matthias Klose
|
||||
Jeremy Kloth
|
||||
Kim Knapp
|
||||
Lenny Kneler
|
||||
Pat Knight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue