commit: 79acf0c68f0fac7797b28685fea1444aa51557cb Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Mon Aug 25 04:42:52 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Aug 25 04:49:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79acf0c6
dev-util/maturin: tentatively stop skipping macosx test on sparc Been over a year, would believe it's likely fine by now but it hasn't been tested (odds are it may not be often given sparc is due to be destabilized soon, maturin hasn't gotten a sparc stable since 1.8.6). Feel free to re-open or open a new bug if actually run into this again to confirm it's not obsolete, then will skip it again fwiw. Closes: https://bugs.gentoo.org/934573 (obsolete) Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-util/maturin/maturin-1.9.3.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-util/maturin/maturin-1.9.3.ebuild b/dev-util/maturin/maturin-1.9.3.ebuild index 0b54cdcc1fac..3c7f87e386ee 100644 --- a/dev-util/maturin/maturin-1.9.3.ebuild +++ b/dev-util/maturin/maturin-1.9.3.ebuild @@ -135,9 +135,6 @@ python_test() { --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') ) cargo_src_test -- "${skip[@]}"
