summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-01 14:18:34 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-01 14:24:13 +0200
commit23adb45b7927b2760cb129453087346ee486ef5c (patch)
tree6f38d8d607ce221245c0a9dac2a5e24af7201d0d
parentdev-python/fabric: load pytest-relaxed plugin explicitly (diff)
downloadgentoo-23adb45b7927b2760cb129453087346ee486ef5c.tar.gz
gentoo-23adb45b7927b2760cb129453087346ee486ef5c.tar.bz2
gentoo-23adb45b7927b2760cb129453087346ee486ef5c.zip
dev-python/pypy-bin: Fix reenabling byte-compilation for tests
Bug: https://bugs.gentoo.org/637208
-rw-r--r--dev-python/pypy-bin/pypy-bin-6.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild b/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild
index ef34c44ba088..312b592c2706 100644
--- a/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild
+++ b/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild
@@ -148,9 +148,9 @@ src_compile() {
src_test() {
# (unset)
- local -x PYTHONDONTWRITEBYTECODE
+ local -x PYTHONDONTWRITEBYTECODE=
- ./pypy-c ./pypy/test_all.py --pypy=./pypy-c lib-python || die
+ ./pypy-c ./pypy/test_all.py --pypy=./pypy-c -vv lib-python || die
}
src_install() {