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 serhiy.storchaka
Recipients barry, brett.cannon, serhiy.storchaka, twouters
Date 2018-06-03.19:12:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528053141.25.0.592728768989.issue33755@psf.upfronthosting.co.za>
In-reply-to
Content
Tests are passed if run the whole test_importlib. They are failed only when run the test_resource subset of them. This means that test_resource tests depend on the global environment changed by other tests. And this also means that some changes of the global environment are leaked from some tests, and may affect also other tests.
History
Date User Action Args
2018-06-03 19:12:21serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, barry, brett.cannon
2018-06-03 19:12:21serhiy.storchakasetmessageid: <1528053141.25.0.592728768989.issue33755@psf.upfronthosting.co.za>
2018-06-03 19:12:21serhiy.storchakalinkissue33755 messages
2018-06-03 19:12:21serhiy.storchakacreate