This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pablogsal, steve.dower, vstinner
Date 2020-01-08.16:57:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578502678.75.0.440469985414.issue39253@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-01-08 16:57:58vstinnersetrecipients: + vstinner, steve.dower, pablogsal
2020-01-08 16:57:58vstinnersetmessageid: <1578502678.75.0.440469985414.issue39253@roundup.psfhosted.org>
2020-01-08 16:57:58vstinnerlinkissue39253 messages
2020-01-08 16:57:58vstinnercreate