]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #12678: Fix distutils sdist test on Windows.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 21 Aug 2011 20:40:04 +0000 (22:40 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 21 Aug 2011 20:40:04 +0000 (22:40 +0200)
Patch by Jeremy Kloth.

Lib/distutils/tests/test_sdist.py
Misc/ACKS

index 8da6fe4de8b0a57c2fbae9c42dc4260eb95a31c7..42faa5d16bae3ccd1a22ba23bd0ea744737fbea7 100644 (file)
@@ -351,6 +351,7 @@ class SDistTestCase(PyPIRCCommandTestCase):
         # filling data_files by pointing files in package_data
         dist.package_data = {'somecode': ['*.txt']}
         self.write_file((self.tmp_dir, 'somecode', 'doc.txt'), '#')
+        cmd.formats = ['gztar']
         cmd.ensure_finalized()
         cmd.run()
 
index a04b63718d43881e6cfb02f49f2c6ff1e80b38d0..cdae287ddae29dd9c8b2fc446872c368789e93ed 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -447,6 +447,7 @@ Ron Klatchko
 Bastian Kleineidam
 Bob Kline
 Matthias Klose
+Jeremy Kloth
 Kim Knapp
 Lenny Kneler
 Pat Knight