Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278005 - dev-python/nose will not run test suite without dev-python/setuptools
Summary: dev-python/nose will not run test suite without dev-python/setuptools
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 03:25 UTC by Jeremy Olexa (darkside) (RETIRED)
Modified: 2009-07-16 12:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.