From: Justin Lecher Date: Fri, 11 Sep 2015 06:58:26 +0000 (+0200) Subject: dev-python/attrdict: Drop unncessary die X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e8fbdc8f4709d18cd9eff9cc0b90b939ee764535;p=gentoo.git dev-python/attrdict: Drop unncessary die Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/attrdict/attrdict-2.0.0.ebuild b/dev-python/attrdict/attrdict-2.0.0.ebuild index bc776d9514f5..541e0acfd87f 100644 --- a/dev-python/attrdict/attrdict-2.0.0.ebuild +++ b/dev-python/attrdict/attrdict-2.0.0.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 @@ -26,5 +27,5 @@ DEPEND=" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" python_test() { - esetup.py nosetests || die "tests failed under ${EPYTHON}" + esetup.py nosetests }