mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-python/cython: Skip tests on pypy3 due segv
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -59,7 +59,7 @@ python_compile_all() {
|
||||
}
|
||||
|
||||
python_test() {
|
||||
if [[ ${EPYTHON} == python3.11 ]]; then
|
||||
if has "${EPYTHON}" pypy3 python3.11; then
|
||||
einfo "Skipping tests on ${EPYTHON} (xfail)"
|
||||
return
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user