summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-11 09:00:09 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-11 09:53:14 +0200
commit05882692d73f28ec20d512f5ad2645f799bab42a (patch)
tree7e9f7e3f9f264a20983324bc60438bf4ac65821e /dev-python/defusedxml
parentdev-python/decoratortools: Drop unnecessary die (diff)
downloadgentoo-05882692d73f28ec20d512f5ad2645f799bab42a.tar.gz
gentoo-05882692d73f28ec20d512f5ad2645f799bab42a.tar.bz2
gentoo-05882692d73f28ec20d512f5ad2645f799bab42a.zip
dev-python/defusedxml: Drop unncessary die
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/defusedxml')
-rw-r--r--dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
index 44a9452cb399..d61df2728855 100644
--- a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
@@ -3,6 +3,7 @@
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"
@@ -18,7 +19,7 @@ LICENSE="PSF-2"
SLOT="0"
python_test() {
- esetup.py test || die "Tests failed under ${EPYTHON}"
+ esetup.py test
}
python_install_all() {