diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-13 13:36:33 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-13 13:36:33 +0000 |
commit | b4389c992910aea1e9ad78967133e4c7923fd377 (patch) | |
tree | 240759f0364a162db089cb477330f5a4e75b2280 /eclass/distutils.eclass | |
parent | Initial addition. (diff) | |
download | gentoo-2-b4389c992910aea1e9ad78967133e4c7923fd377.tar.gz gentoo-2-b4389c992910aea1e9ad78967133e4c7923fd377.tar.bz2 gentoo-2-b4389c992910aea1e9ad78967133e4c7923fd377.zip |
py.test script has been moved from dev-python/py to dev-python/pytest.
Diffstat (limited to 'eclass/distutils.eclass')
-rw-r--r-- | eclass/distutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass index b82b4db26bad..f38e44f913df 100644 --- a/eclass/distutils.eclass +++ b/eclass/distutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.77 2010/10/10 19:23:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.78 2010/12/13 13:36:33 arfrever Exp $ # @ECLASS: distutils.eclass # @MAINTAINER: @@ -70,7 +70,7 @@ if [[ -z "${DISTUTILS_DISABLE_TEST_DEPENDENCY}" ]]; then DEPEND+="${DEPEND:+ }test? ( dev-python/nose )" elif [[ "${DISTUTILS_SRC_TEST}" == "py.test" ]]; then IUSE="test" - DEPEND+="${DEPEND:+ }test? ( dev-python/py )" + DEPEND+="${DEPEND:+ }test? ( dev-python/pytest )" # trial requires an argument, which is usually equal to "${PN}". elif [[ "${DISTUTILS_SRC_TEST}" =~ ^trial(\ .*)?$ ]]; then IUSE="test" |