From bd1831cfd54023607701a2d62a181a357eda3b40 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 1 Aug 2018 14:22:41 +0200 Subject: dev-python/pypy3-bin: Fix reenabling byte-compilation for tests --- dev-python/pypy3-bin/pypy3-bin-6.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { -- cgit v1.2.3-65-gdbad