Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561406 - add feature for installing test dependencies without installing test dependencies recursively
Summary: add feature for installing test dependencies without installing test dependen...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 912975
  Show dependency tree
 
Reported: 2015-09-24 18:52 UTC by Matthew Thode ( prometheanfire )
Modified: 2023-08-24 20:19 UTC (History)
1 user (show)

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 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2015-09-24 18:52:37 UTC
This would solve much of the circular dependencies related to test dependencies depending on one another.

My off the cuff guess at what to do would be to strip the USE="test" flag during the depgraph generation.

Reproducible: Always
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2015-09-24 19:12:00 UTC
Looks like --with-test-deps gets us half way there.  Need to do that for all deps but still run tests on the packages that are passed in to emerge.