commit: e8fbdc8f4709d18cd9eff9cc0b90b939ee764535
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 06:58:26 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=e8fbdc8f
dev-python/attrdict: Drop unncessary die
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/attrdict/attrdict-2.0.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/attrdict/attrdict-2.0.0.ebuild
b/dev-python/attrdict/attrdict-2.0.0.ebuild
index bc776d9..541e0ac 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
}