Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178373 - dev-python/routes - tests do not work without dev-python/nose
Summary: dev-python/routes - tests do not work without dev-python/nose
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-13 16:51 UTC by Jonas Fietz
Modified: 2007-06-25 07: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 Jonas Fietz 2007-05-13 16:51:44 UTC
When using FEATURES=tests, routes is not installable without nose, because the tests only work when nose is installed. This probably extends to some other packages, but i don't know how.

Reproducible: Always

Steps to Reproduce:
1.Don't install dev-python/nose
2.enable FEATURES=tests
3.emerge dev-python/routes






Workaround is to just install nose.
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2007-05-14 21:14:43 UTC
The 'test' USE flag pulls in nose as a dependency. If you are using a recent version of portage the 'test' USE flag will be enabled automatically if you have FEATURES='test'. What version are you using?
Comment 2 Jonas Fietz 2007-05-15 15:11:59 UTC
Close as INVALID
Wasn't using portage for this one