mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +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):
|
def test_manual_manifest(self):
|
||||||
# check that a MANIFEST without a marker is left alone
|
# check that a MANIFEST without a marker is left alone
|
||||||
dist, cmd = self.get_cmd()
|
dist, cmd = self.get_cmd()
|
||||||
|
cmd.formats = ['gztar']
|
||||||
cmd.ensure_finalized()
|
cmd.ensure_finalized()
|
||||||
self.write_file((self.tmp_dir, cmd.manifest), 'README.manual')
|
self.write_file((self.tmp_dir, cmd.manifest), 'README.manual')
|
||||||
self.write_file((self.tmp_dir, 'README.manual'),
|
self.write_file((self.tmp_dir, 'README.manual'),
|
||||||
|
|
|
@ -484,6 +484,7 @@ Reid Kleckner
|
||||||
Bastian Kleineidam
|
Bastian Kleineidam
|
||||||
Bob Kline
|
Bob Kline
|
||||||
Matthias Klose
|
Matthias Klose
|
||||||
|
Jeremy Kloth
|
||||||
Kim Knapp
|
Kim Knapp
|
||||||
Lenny Kneler
|
Lenny Kneler
|
||||||
Pat Knight
|
Pat Knight
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue