STINNER Victor <[email protected]> added the comment:
FYI test_io is skipped in Python 2.7 when using -R, because test_io is not
reliable. Extract of Lib/test/test_io.py:
if huntrleaks:
# FIXME: bpo-31731: test_io hangs with --huntrleaks
print("Warning: bpo-31731: test_io hangs with --huntrleaks: "
"exclude the test")
nottests.add('test_io')
I'm not shocked by disabling JUnit feature when using -R. But I suggest to
raise an error and tune the buildbot configuration to not use it, rather than
silently ignore the option.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue39253>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com