| Summary: | dev-python/execnet-1.0.8 fails testing.test_gateway.TestTracing.test_popen_filetracing | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
| Component: | New packages | Assignee: | Andrey Grozin <grozin> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | jlec, python |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log | ||
|
Description
Diego Elio Pettenò (RETIRED)
2010-05-26 09:24:36 UTC
Created attachment 232965 [details]
Build log
When I do the following: ebuild execnet-1.0.6.ebuild compile cd /var/tmp/portage/dev-python/execnet-1.0.6/work/execnet-1.0.6 sandboxsh (answer "yes" to the question) py.test testing all tests succeed (at least with python-2.6.5-r2). When I just emerge with FEATURES=test, I get the same error. I think something is wrong in the function python_execute_py.test in python.eclass. FWIW with Python 2.6, 2.7 and 3.1 all installed, I get the ebuild to freeze, all three interpreters are actually _running_ on the same (2.7) test. Sigh. (In reply to comment #3) > FWIW with Python 2.6, 2.7 and 3.1 all installed (...) > all three interpreters are actually _running_ on the same (2.7) test. Maybe reinstall dev-python/py. (In reply to comment #2) Test failure occurs for me during running 'sandbox PYTHONPATH=. py.test testing' and doesn't occur during running 'PYTHONPATH=. py.test testing'. Dropped form tree, please reopen if still exists with latest versions |