Skip to content

Commit 3d3bc81

Browse files
committed
Issue #12678: Fix distutils sdist test on Windows.
Patch by Jeremy Kloth.
1 parent 8c97318 commit 3d3bc81

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Lib/distutils/tests/test_sdist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ def test_manifest_comments(self):
365365
def test_manual_manifest(self):
366366
# check that a MANIFEST without a marker is left alone
367367
dist, cmd = self.get_cmd()
368+
cmd.formats = ['gztar']
368369
cmd.ensure_finalized()
369370
self.write_file((self.tmp_dir, cmd.manifest), 'README.manual')
370371
self.write_file((self.tmp_dir, 'README.manual'),

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ Reid Kleckner
484484
Bastian Kleineidam
485485
Bob Kline
486486
Matthias Klose
487+
Jeremy Kloth
487488
Kim Knapp
488489
Lenny Kneler
489490
Pat Knight

0 commit comments

Comments
 (0)