diff --git a/dev-python/unidecode/unidecode-0.04.17.ebuild b/dev-python/unidecode/unidecode-0.04.17.ebuild index 2b88813f180c9..656d14962ae39 100644 --- a/dev-python/unidecode/unidecode-0.04.17.ebuild +++ b/dev-python/unidecode/unidecode-0.04.17.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) MY_PN=Unidecode @@ -23,5 +24,5 @@ S=${WORKDIR}/${MY_P} DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { - esetup.py test || die "Tests failed under ${EPYTHON}" + esetup.py test } diff --git a/dev-python/unidecode/unidecode-0.04.18.ebuild b/dev-python/unidecode/unidecode-0.04.18.ebuild index 94c437eb6a041..f93ec94006281 100644 --- a/dev-python/unidecode/unidecode-0.04.18.ebuild +++ b/dev-python/unidecode/unidecode-0.04.18.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) MY_PN=Unidecode @@ -23,5 +24,5 @@ S=${WORKDIR}/${MY_P} DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { - esetup.py test || die "Tests failed under ${EPYTHON}" + esetup.py test }