Commit 367d4c8a authored by Nadeem Vawda's avatar Nadeem Vawda

Issue #12678: Fix distutils sdist test on Windows.

Patch by Jeremy Kloth.
parent a75039ad
......@@ -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
......
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