diff options
Diffstat (limited to 'dev-util/maturin/maturin-0.13.2_beta1.ebuild')
-rw-r--r-- | dev-util/maturin/maturin-0.13.2_beta1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
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 |