mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pypy-bin: Fix reenabling byte-compilation for tests
Bug: https://bugs.gentoo.org/637208
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user