Commit 5b499599 authored by Nadeem Vawda's avatar Nadeem Vawda

Issue #12678: Fix distutils sdist test on Windows.

Patch by Jeremy Kloth.
parent 4a58c74f
......@@ -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()
......
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