[issue26295] Random failures when running test suite in parallel (-m test -j0) caused by test_regrtest

STINNER Victor report at bugs.python.org
Tue Mar 15 18:57:35 EDT 2016


STINNER Victor added the comment:

Hum, test_doctest, test_zipfile and test_pyclbr fail if test is converted to a package (if Lib/test/__init__.py is removed).

Attached patch fixes test_zipfile.

I created the issue #26569 for test_pyclbr failure.

----------
Added file: http://bugs.python.org/file42177/test_regrtest_tmpdir-2.patch

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


More information about the Python-bugs-list mailing list