commit: 39673efd3ba5e45a3c88290682e4e9e0bbf5b5ba
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 12:48:09 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 12:52:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39673efd
dev-python/py: Skip pypy tests
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/py/py-1.4.30.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/py/py-1.4.30.ebuild b/dev-python/py/py-1.4.30.ebuild
index 4d184df..2483483 100644
--- a/dev-python/py/py-1.4.30.ebuild
+++ b/dev-python/py/py-1.4.30.ebuild
@@ -35,6 +35,7 @@ python_compile_all() {
python_test() {
# 1 failure, test_comments, under both pypy only.
# Also appears the home repo has no issue tracker.
+ [[ "${EPYTHON}" == pypy ]] && return
py.test || die "testing failed with ${EPYTHON}"
}