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
Sorry, the correct DEPEND may be: DEPEND="dev-python/setuptools dev-python/virtualenv test? ( >=dev-python/pytest-2.3 )"
The full ebuild is at: https://github.com/npinto/sekyfsr-gentoo-overlay/blob/master/dev-python/tox/tox-1.3.ebuild Dependencies: https://github.com/npinto/sekyfsr-gentoo-overlay/blob/master/dev-python/pytest/pytest-2.2.3.ebuild https://github.com/npinto/sekyfsr-gentoo-overlay/blob/master/dev-python/py/py-1.4.7.ebuild HTH
There is no =dev-python/pytest-2.3 in the tree.
Nicolas meant pytest-2.2.3. Fixed the title.
Thanks!