mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Issue #12678: Fix distutils sdist test on Windows.
Patch by Jeremy Kloth.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user