Commit ce9da2ff authored by Nadeem Vawda's avatar Nadeem Vawda

Issue #12678: Fix distutils sdist test on Windows.

Patch by Jeremy Kloth.
parent a031abc1
...@@ -365,6 +365,7 @@ class SDistTestCase(PyPIRCCommandTestCase): ...@@ -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 ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment