Issue #12678: Fix distutils sdist test on Windows.

Patch by Jeremy Kloth.
This commit is contained in:
Nadeem Vawda 2011-08-21 22:40:04 +02:00
parent a75039ad88
commit 367d4c8a80
2 changed files with 2 additions and 0 deletions

View 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()

View File

@ -447,6 +447,7 @@ Ron Klatchko
Bastian Kleineidam
Bob Kline
Matthias Klose
Jeremy Kloth
Kim Knapp
Lenny Kneler
Pat Knight