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 | 1666307eb8721a0e3ad0ce0ef1944c463870d2aa (patch) | |
tree | 345a2ed6554f4a2a1a53610b5b072edbd7ab9b8a /eclass | |
parent | Initial addition. (diff) | |
download | historical-1666307eb8721a0e3ad0ce0ef1944c463870d2aa.tar.gz historical-1666307eb8721a0e3ad0ce0ef1944c463870d2aa.tar.bz2 historical-1666307eb8721a0e3ad0ce0ef1944c463870d2aa.zip |
py.test script has been moved from dev-python/py to dev-python/pytest.
Diffstat (limited to '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" |