mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user