| Summary: | dev-python/astng-0.24.3 fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ian Delaney (RETIRED) <idella4> |
| Component: | [OLD] Library | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | mgorny |
| Priority: | Normal | Keywords: | TESTFAILURE |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | |||
| Bug Blocks: | 421687 | ||
| Attachments: | build log | ||
With 0.24.3: no test dir found testing here: /var/tmp/portage/dev-python/astng-0.24.3/work/logilab-astng-0.24.3-python2_7/test/lib no test dir found testing here: /var/tmp/portage/dev-python/astng-0.24.3/work/logilab-astng-0.24.3-python3_2/test/lib Not sure WTF is going on here. The package is being removed. |
Created attachment 348474 [details] build log dev-python/astng $ PYTHON_TARGETS="python2_6 python2_7" ebuild astng-0.24.2.ebuild clean test yields ...................................................................... ====================================================================== SKIPPED: test_3k_as_string (unittest_nodes.AsString) check as_string for python 3k syntax test python 3k specific ******************************************************************************* Ran 246 test cases in 2.48s (2.41s CPU), 6 failures, 3 skipped 6 modules OK (4 failed) cd to the source; work/logilab-astng-0.24.2 $ python setup.py build work/logilab-astng-0.24.2 $ PYTHONPATH=build/lib/ pytest test yields ====================================================================== SKIPPED: test_3k_as_string (unittest_nodes.AsString) check as_string for python 3k syntax test python 3k specific ******************************************************************************* Ran 246 test cases in 2.42s (2.41s CPU), 3 skipped All 10 modules OK