We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c97318 commit 3d3bc81Copy full SHA for 3d3bc81
Lib/distutils/tests/test_sdist.py
@@ -365,6 +365,7 @@ def test_manifest_comments(self):
365
def test_manual_manifest(self):
366
# check that a MANIFEST without a marker is left alone
367
dist, cmd = self.get_cmd()
368
+ cmd.formats = ['gztar']
369
cmd.ensure_finalized()
370
self.write_file((self.tmp_dir, cmd.manifest), 'README.manual')
371
self.write_file((self.tmp_dir, 'README.manual'),
Misc/ACKS
@@ -484,6 +484,7 @@ Reid Kleckner
484
Bastian Kleineidam
485
Bob Kline
486
Matthias Klose
487
+Jeremy Kloth
488
Kim Knapp
489
Lenny Kneler
490
Pat Knight
0 commit comments