[issue13193] packaging.tests.test_manifest and distutils.tests.test_filelist failures

Nadeem Vawda report at bugs.python.org
Sun Feb 12 21:36:30 CET 2012


Nadeem Vawda <nadeem.vawda at gmail.com> added the comment:

It appears that while test_process_template() uses "/"-delimited paths
consistently across all OSes, 2.7 also has a test_process_template_line()
that uses os.path.join() to construct its paths. Changing this test to
use hardcoded "/"-delimited paths fixes the failure (see attached patch).

----------
stage: needs patch -> commit review
Added file: http://bugs.python.org/file24501/fix-test_process_template_lines.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13193>
_______________________________________


More information about the Python-bugs-list mailing list