Summary: | dev-python/py-1.4.11: fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED CANTFIX | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://tinderboxlogs.s3.amazonaws.com/tbamd64.excelsior.flameeyes.eu/dev-python%3Apy-1.4.11%3A20121102-225857.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Diego Elio Pettenò (RETIRED)
2012-11-03 02:06:53 UTC
This fails because the dev-python/py package itself is unmerged in running the tests, making it what some call a circular deps instance. Once emerged, py # USE_PYTHON="2.5 2.6 2.7 3.1 3.2 2.7-pypy-1.9" ebuild py-1.4.11.ebuild clean test * Testing of dev-python/py-1.4.11 with CPython 2.5... PYTHONPATH=build-2.5/lib py.test ============================= test session starts ============================== platform linux3 -- Python 2.5.4 -- pytest-2.2.4 collected 812 items ======== 781 passed, 26 skipped, 4 xfailed, 1 xpassed in 26.08 seconds ========= * Testing of dev-python/py-1.4.11 with CPython 2.6... PYTHONPATH=build-2.6/lib py.test ============================= test session starts ============================== platform linux2 -- Python 2.6.8 -- pytest-2.2.4 collected 812 items ======== 786 passed, 21 skipped, 3 xfailed, 2 xpassed in 25.43 seconds ========= * Testing of dev-python/py-1.4.11 with CPython 2.7... PYTHONPATH=build-2.7/lib py.test ============================= test session starts ============================== platform linux2 -- Python 2.7.3 -- pytest-2.2.4 collected 812 items ======== 788 passed, 20 skipped, 3 xfailed, 1 xpassed in 28.02 seconds ========= * Testing of dev-python/py-1.4.11 with CPython 3.1... PYTHONPATH=build-3.1/lib py.test ============================= test session starts ============================== platform linux2 -- Python 3.1.5 -- pytest-2.2.4 collected 812 items ======== 782 passed, 25 skipped, 4 xfailed, 1 xpassed in 28.64 seconds ========= * Testing of dev-python/py-1.4.11 with CPython 3.2... PYTHONPATH=build-3.2/lib py.test ============================= test session starts ============================== platform linux2 -- Python 3.2.3 -- pytest-2.2.4 collected 812 items ============== 784 passed, 24 skipped, 4 xfailed in 28.40 seconds ============== * Testing of dev-python/py-1.4.11 with PyPy 1.9 (Python 2.7)... PYTHONPATH=build-2.7-pypy-1.9/lib py.test ============================= test session starts ============================== platform linux2 -- Python 2.7.2[pypy-1.9.0-final] -- pytest-2.2.4 ======== 787 passed, 21 skipped, 3 xfailed, 1 xpassed in 39.40 seconds ========= and pypy even. By popular opinion, a choice of two resolutions. |