summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-16 14:48:09 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-16 14:52:14 +0200
commit39673efd3ba5e45a3c88290682e4e9e0bbf5b5ba (patch)
treee908fe500a908ab2c82e9be63f1f3925f299ff77 /dev-python/py/py-1.4.30.ebuild
parentsys-auth/sudo: Mask USE=sssd on alpha (diff)
downloadgentoo-39673efd3ba5e45a3c88290682e4e9e0bbf5b5ba.tar.gz
gentoo-39673efd3ba5e45a3c88290682e4e9e0bbf5b5ba.tar.bz2
gentoo-39673efd3ba5e45a3c88290682e4e9e0bbf5b5ba.zip
dev-python/py: Skip pypy tests
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/py/py-1.4.30.ebuild')
-rw-r--r--dev-python/py/py-1.4.30.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/py/py-1.4.30.ebuild b/dev-python/py/py-1.4.30.ebuild
index 4d184df25266..2483483f636b 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}"
}