dev-util/maturin: re-enable extension_module test except for pypy3

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2022-08-07 09:26:15 -04:00
parent a5911fa027
commit e6f60d9b4b
2 changed files with 2 additions and 6 deletions

View File

@@ -413,14 +413,12 @@ python_test() {
local skip=(
--skip locked_doesnt_build_without_cargo_lock
# move below when >=rust-1.62 is stable, xfail "pass" with 1.60-1.61
--skip pyo3_no_extension_module
)
[[ ${EPYTHON} == pypy3 ]] && skip+=(
# test enables pyo3's auto-initialize that is incompatible with pypy
--skip integration_pyo3_bin
# wants the missing libpypy*-c.so
# --skip pyo3_no_extension_module
--skip pyo3_no_extension_module
)
cp -r test-crates{.orig,} || die

View File

@@ -418,14 +418,12 @@ python_test() {
local skip=(
--skip locked_doesnt_build_without_cargo_lock
# move below when >=rust-1.62 is stable, xfail "pass" with 1.60-1.61
--skip pyo3_no_extension_module
)
[[ ${EPYTHON} == pypy3 ]] && skip+=(
# test enables pyo3's auto-initialize that is incompatible with pypy
--skip integration_pyo3_bin
# wants the missing libpypy*-c.so
# --skip pyo3_no_extension_module
--skip pyo3_no_extension_module
)
cp -r test-crates{.orig,} || die