Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 278005

Summary: dev-python/nose will not run test suite without dev-python/setuptools
Product: Gentoo Linux Reporter: Jeremy Olexa (darkside) (RETIRED) <darkside>
Component: New packagesAssignee: 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) archtester gentoo-dev Security 2009-07-16 03:25:42 UTC
See bug 233554 comment #15 # same issues, different arch (alpha vs amd64).

dev-python/nose-0.10.4 & 0.11.0 will not run tests with python-2.6.2, please fix or disable the test suite because they don't run anyway. Since this causes emerge to die, I'm going to mark it a blocker of the python-2.6.2 stablereq bug 277645
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-07-16 03:27:40 UTC
Maybe this bug should only block bug 230205??
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-16 04:50:46 UTC
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?
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-16 05:34:33 UTC
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'...
Comment 4 Jesus Rivero (RETIRED) gentoo-dev 2009-07-16 06:04:25 UTC
Hello, 

  Can't reproduce this either. Darkside, could you please double check??

  Thanks a lot,
Comment 5 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-07-16 12:42:47 UTC
(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.