https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/pytest-reraise-2.1.2 fails tests. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 897122 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: AssertionError: assert 0 == -1 AssertionError: assert 1 == -1 AssertionError: assert False > assert thread_id == -1 def run(thread_id: int): E assert 1 == -1 E AssertionError: assert 'assert 0 == -1' in 'thread_id = 1 FAILED test_multiple_exceptions.py::test_reraise_first - assert False FAILED test_multiple_exceptions.py::test_reraise_last - assert False FAILED test_multiple_exceptions.py::test_reraise_multiple_threads_first - ass... FAILED test_multiple_exceptions.py::test_reraise_multiple_threads_last - asse... FAILED tests/test_reraise.py::test_multiple_exceptions - AssertionError: assert 'assert 0 == -1' in 'thread_id = 1 test_multiple_exceptions.py:44: AssertionError' tests/test_reraise.py::test_multiple_exceptions FAILED [3/6] with reraise: