Commit 0ecf300c authored by Nadeem Vawda's avatar Nadeem Vawda

Issue #12678: Fix distutils sdist test on Windows.

Patch by Jeremy Kloth.
parent 0485d012
...@@ -351,6 +351,7 @@ class SDistTestCase(PyPIRCCommandTestCase): ...@@ -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 ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment