mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-python/pypy: Fix reenabling byte-compilation for tests
Bug: https://bugs.gentoo.org/654242
This commit is contained in:
@@ -226,9 +226,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() {
|
||||
|
||||
@@ -232,9 +232,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