dev-python/py: Skip pypy tests

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-16 14:48:09 +02:00
parent 7daf957a6d
commit 39673efd3b

View File

@@ -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}"
}