[issue36155] ./python -m test -m test_gc fails

Karthikeyan Singaravelan report at bugs.python.org
Fri Mar 1 03:59:43 EST 2019


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

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)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36155>
_______________________________________


More information about the Python-bugs-list mailing list