From 39673efd3ba5e45a3c88290682e4e9e0bbf5b5ba Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 16 Sep 2015 14:48:09 +0200 Subject: dev-python/py: Skip pypy tests Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- dev-python/py/py-1.4.30.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-python/py/py-1.4.30.ebuild') 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}" } -- cgit v1.2.3-65-gdbad