Summary: | dev-python/nose will not run test suite without dev-python/setuptools | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jeremy Olexa (darkside) (RETIRED) <darkside> |
Component: | New packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jeremy Olexa (darkside) (RETIRED)
![]() ![]() ![]() Maybe this bug should only block bug 230205?? Tests of both 0.10.4 and 0.11.0 pass for me. Would replacing of '"${python}" setup.py test' with './selftest.py' work for you? You probably haven't reinstalled dev-python/setuptools after switching Python version. I can reproduce this bug after uninstalling dev-python/setuptools. Now we need to decide if we should use '"${python}" setup.py test' or './selftest.py'... Hello, Can't reproduce this either. Darkside, could you please double check?? Thanks a lot, (In reply to comment #3) > You probably haven't reinstalled dev-python/setuptools after switching Python > version. I can reproduce this bug after uninstalling dev-python/setuptools. Dang..that's it. Sorry for the noise. > > Now we need to decide if we should use '"${python}" setup.py test' or > './selftest.py'... > I'm not sure of the difference. Since this is clearly PEBKAC I'll resolve as INVALID. |