commit: e7cb9d05927d6b0d3924ed1c9b4d967e821b65c1 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Dec 26 22:13:52 2024 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Dec 26 22:40:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7cb9d05
dev-util/maturin: skip integration_pyo3_mixed_py_subdir (uses zig) Thought may need to disable zig harder, but believe this is the only problematic test at the moment when zig is found. It'd require an older libc to pass (it checks that we're building packages suitable for other distributions with a old enough libc), which is a no go here. Closes: https://bugs.gentoo.org/946967 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-util/maturin/maturin-1.8.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/maturin/maturin-1.8.0.ebuild b/dev-util/maturin/maturin-1.8.0.ebuild index a0a941c27089..f475fea8bb01 100644 --- a/dev-util/maturin/maturin-1.8.0.ebuild +++ b/dev-util/maturin/maturin-1.8.0.ebuild @@ -605,6 +605,8 @@ python_test() { # to work with network-sandbox (not worth the trouble) --skip develop_hello_world::case_2 --skip develop_pyo3_ffi_pure::case_2 + # compliance test using zig requires an old libc to pass (bug #946967) + --skip integration_pyo3_mixed_py_subdir # fails on sparc since rust-1.74 (bug #934573), skip for now given # should not affect the pep517 backend which is all we need on sparc $(usev sparc '--skip build_context::test::test_macosx_deployment_target')
