From: Michał Górny Date: Wed, 1 Aug 2018 12:22:41 +0000 (+0200) Subject: dev-python/pypy3-bin: Fix reenabling byte-compilation for tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bd1831cfd54023607701a2d62a181a357eda3b40;p=gentoo.git dev-python/pypy3-bin: Fix reenabling byte-compilation for tests --- diff --git a/dev-python/pypy3-bin/pypy3-bin-6.0.0.ebuild b/dev-python/pypy3-bin/pypy3-bin-6.0.0.ebuild index 89c4fd6f16ac..262971abd21b 100644 --- a/dev-python/pypy3-bin/pypy3-bin-6.0.0.ebuild +++ b/dev-python/pypy3-bin/pypy3-bin-6.0.0.ebuild @@ -131,11 +131,11 @@ src_compile() { src_test() { # (unset) - local -x PYTHONDONTWRITEBYTECODE + local -x PYTHONDONTWRITEBYTECODE= # Test runner requires Python 2 too. However, it spawns PyPy3 # internally so that we end up testing the correct interpreter. - "${PYTHON}" ./pypy/test_all.py --pypy=./pypy3-c lib-python || die + "${PYTHON}" ./pypy/test_all.py --pypy=./pypy3-c -vv lib-python || die } src_install() {