commit: 05882692d73f28ec20d512f5ad2645f799bab42a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 07:00:09 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 07:53:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05882692
dev-python/defusedxml: Drop unncessary die
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
index 44a9452..d61df27 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() {