diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-08-07 09:26:15 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-08-07 09:59:04 -0400 |
commit | e6f60d9b4bb7a66340c26a373c1245570abfe2a8 (patch) | |
tree | 08c3bf68aa6bcb33557955957102a1383d93ffd9 /dev-util/maturin | |
parent | gui-libs/egl-wayland: drop 1.1.10 (diff) | |
download | gentoo-e6f60d9b4bb7a66340c26a373c1245570abfe2a8.tar.gz gentoo-e6f60d9b4bb7a66340c26a373c1245570abfe2a8.tar.bz2 gentoo-e6f60d9b4bb7a66340c26a373c1245570abfe2a8.zip |
dev-util/maturin: re-enable extension_module test except for pypy3
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-util/maturin')
-rw-r--r-- | dev-util/maturin/maturin-0.13.1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/maturin/maturin-0.13.2_beta1.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-util/maturin/maturin-0.13.1.ebuild b/dev-util/maturin/maturin-0.13.1.ebuild index d63cc20f6be5..37d7e0acdb9d 100644 --- a/dev-util/maturin/maturin-0.13.1.ebuild +++ b/dev-util/maturin/maturin-0.13.1.ebuild @@ -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 diff --git a/dev-util/maturin/maturin-0.13.2_beta1.ebuild b/dev-util/maturin/maturin-0.13.2_beta1.ebuild index 4432c450ae14..60b997cfc9b5 100644 --- a/dev-util/maturin/maturin-0.13.2_beta1.ebuild +++ b/dev-util/maturin/maturin-0.13.2_beta1.ebuild @@ -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 |