commit:     6d8908533b9be01de026a18cdb5d25e5ca0e6279
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  1 12:22:56 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug  1 12:24:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d890853

dev-python/pypy3: Fix reenabling byte-compilation for tests

 dev-python/pypy3/pypy3-6.0.0.ebuild | 4 ++--
 dev-python/pypy3/pypy3-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pypy3/pypy3-6.0.0.ebuild 
b/dev-python/pypy3/pypy3-6.0.0.ebuild
index 71af571b476..d32be15922b 100644
--- a/dev-python/pypy3/pypy3-6.0.0.ebuild
+++ b/dev-python/pypy3/pypy3-6.0.0.ebuild
@@ -193,11 +193,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() {

diff --git a/dev-python/pypy3/pypy3-9999.ebuild 
b/dev-python/pypy3/pypy3-9999.ebuild
index 61b32ea2ad5..9aabe19e3d3 100644
--- a/dev-python/pypy3/pypy3-9999.ebuild
+++ b/dev-python/pypy3/pypy3-9999.ebuild
@@ -220,11 +220,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() {

Reply via email to