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 xtreak
Recipients methane, pablogsal, xtreak
Date 2019-03-01.08:59:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551430783.36.0.450516221821.issue36155@roundup.psfhosted.org>
In-reply-to
Content
If I understand this correctly any combination that imports mock._ANY affects test_gc like below combination that uses mock._ANY causes test_gc to fail ?

./python.exe -m unittest unittest.test.testmock test.test_gc
[snip output]
----------------------------------------------------------------------
Ran 404 tests in 8.551s

FAILED (failures=1, skipped=1)
History
Date User Action Args
2019-03-01 08:59:43xtreaksetrecipients: + xtreak, methane, pablogsal
2019-03-01 08:59:43xtreaksetmessageid: <1551430783.36.0.450516221821.issue36155@roundup.psfhosted.org>
2019-03-01 08:59:43xtreaklinkissue36155 messages
2019-03-01 08:59:43xtreakcreate