Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403763 - dev-python/tox-1.3 should depend on >=dev-python/pytest-2.2.3
Summary: dev-python/tox-1.3 should depend on >=dev-python/pytest-2.2.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-15 03:57 UTC by Nicolas Pinto
Modified: 2012-02-17 04:27 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 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!