dev-python/attrdict: Drop unncessary die

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-11 08:58:26 +02:00
parent 662c979bd3
commit e8fbdc8f47

View File

@@ -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
}