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

Bug 561406

Summary: add feature for installing test dependencies without installing test dependencies recursively
Product: Portage Development Reporter: Matthew Thode ( prometheanfire ) <prometheanfire>
Component: Enhancement/Feature RequestsAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: enhancement CC: itumaykin+gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=703458
https://bugs.gentoo.org/show_bug.cgi?id=675284
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 912975    

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.