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

Bug 403763

Summary: dev-python/tox-1.3 should depend on >=dev-python/pytest-2.2.3
Product: Gentoo Linux Reporter: Nicolas Pinto <nicolas.pinto>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nicolas Pinto 2012-02-15 03:57:39 UTC
I forgot that dev-python/tox-1.3 needs >=pytest-2.3 to pass the tests:

DEPEND="dev-python/setuptools                                                                                                                        
    dev-python/virtualenv                                                                                                                            
    >=dev-python/pytest-2.3" 

HTH
Comment 1 Nicolas Pinto 2012-02-15 04:07:12 UTC
Sorry, the correct DEPEND may be:

DEPEND="dev-python/setuptools                                                   
    dev-python/virtualenv                                                       
    test? ( >=dev-python/pytest-2.3 )"
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-15 15:24:40 UTC
There is no =dev-python/pytest-2.3 in the tree.
Comment 4 Dirkjan Ochtman (RETIRED) gentoo-dev 2012-02-15 15:28:57 UTC
Nicolas meant pytest-2.2.3. Fixed the title.
Comment 5 Nicolas Pinto 2012-02-17 04:27:45 UTC
Thanks!