commit: 762d3dc9c43744b74c559f1600a85b3f728fbf21
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 13:26:57 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 13:52:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762d3dc9
dev-python/genshi: Fix calling tests to die on failure
dev-python/genshi/genshi-0.7.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/genshi/genshi-0.7.ebuild
b/dev-python/genshi/genshi-0.7.ebuild
index 9c08dc50029..db564883a3a 100644
--- a/dev-python/genshi/genshi-0.7.ebuild
+++ b/dev-python/genshi/genshi-0.7.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1
@@ -23,7 +23,7 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
python_test() {
- "${PYTHON}" setup.py test
+ esetup.py test
}
python_install_all() {