mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
# filling data_files by pointing files in package_data
|
||||||
dist.package_data = {'somecode': ['*.txt']}
|
dist.package_data = {'somecode': ['*.txt']}
|
||||||
self.write_file((self.tmp_dir, 'somecode', 'doc.txt'), '#')
|
self.write_file((self.tmp_dir, 'somecode', 'doc.txt'), '#')
|
||||||
|
cmd.formats = ['gztar']
|
||||||
cmd.ensure_finalized()
|
cmd.ensure_finalized()
|
||||||
cmd.run()
|
cmd.run()
|
||||||
|
|
||||||
|
|
|
@ -447,6 +447,7 @@ Ron Klatchko
|
||||||
Bastian Kleineidam
|
Bastian Kleineidam
|
||||||
Bob Kline
|
Bob Kline
|
||||||
Matthias Klose
|
Matthias Klose
|
||||||
|
Jeremy Kloth
|
||||||
Kim Knapp
|
Kim Knapp
|
||||||
Lenny Kneler
|
Lenny Kneler
|
||||||
Pat Knight
|
Pat Knight
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue