mirror of
https://github.com/python/cpython.git
synced 2025-09-23 08:53:45 +00:00
Issue #12678: Fix distutils sdist test on Windows.
Patch by Jeremy Kloth.
This commit is contained in:
parent
a75039ad88
commit
367d4c8a80
2 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
|
@ -447,6 +447,7 @@ Ron Klatchko
|
|||
Bastian Kleineidam
|
||||
Bob Kline
|
||||
Matthias Klose
|
||||
Jeremy Kloth
|
||||
Kim Knapp
|
||||
Lenny Kneler
|
||||
Pat Knight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue