========== 18 failed, 632 passed, 207 skipped, 3 xfailed, 30 pytest-warnings in 100.32 seconds ========== * ERROR: dev-python/py-1.4.31::gentoo failed (test phase): * testing failed with python2.7
All the same test failures with at least python2_7 on amd64 and mips, and python3_4 on amd64.
Created attachment 462476 [details] build.log build.log from ~amd64 test failure for tests under python2.7. Fails the same when trying python3.4 only.
The failing tests for test_excinfo.py and test_assertion_py is due to incompatibility with pytest >= 3. Upstream commit 4711179f79a7bd84edf243a89bde47735f9d7ee4 in [0] fixes these. The patch, however, resides in an (until now) unmerged branch. I also got another failure FAIL testing/log/test_warning.py::test_forwarding_to_warnings_module which is fixed in the (merged) upstream commit 902a83c87f34a2819327dc2cdf109f38652c073f. Note that the commit message says nothing about the test. It also changes a lot of other code parts which are not related to the test failure. A method to get the patch needed is running: git format-patch -1 902a83c87f34a2819327dc2cdf109f38652c073f -- testing/log/test_warning.py [0] https://github.com/pytest-dev/py
1.4.32 fails for me on arm64, but differently (doesn't print such summary of failure, just immediately some conftest spew)
Old version removed. Please reopen if you can still reproduce it.