mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/maturin: re-enable extension_module test except for pypy3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user