dev-python/cython: Skip tests on pypy3 due segv

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-05-16 17:33:39 +02:00
parent d4759be8c7
commit 5fd35b9f1b

View File

@@ -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