Message359612
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. |
|
| Date |
User |
Action |
Args |
| 2020-01-08 16:57:58 | vstinner | set | recipients:
+ vstinner, steve.dower, pablogsal |
| 2020-01-08 16:57:58 | vstinner | set | messageid: <1578502678.75.0.440469985414.issue39253@roundup.psfhosted.org> |
| 2020-01-08 16:57:58 | vstinner | link | issue39253 messages |
| 2020-01-08 16:57:58 | vstinner | create | |
|