From 6dc422d6f6737f66baf55df0fb10b5a2756dad24 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 11 Jul 2023 00:59:58 +0200 Subject: [PATCH] Skip more tests that are unreliable with Python 3.12 --- rust-pyo3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-pyo3.spec b/rust-pyo3.spec index 3674329..dbfb2a5 100644 --- a/rust-pyo3.spec +++ b/rust-pyo3.spec @@ -398,7 +398,7 @@ export LANG=C.utf8 # * skip a test that fails with Python 3.12: # https://github.com/PyO3/pyo3/issues/3305 # * skip tests that are unreliable with Python 3.12 -%cargo_test -f auto-initialize -- -- --skip err::tests::fetching_panic_exception_resumes_unwind --skip types::list::tests::test_append_refcnt --skip types::list::tests::test_insert_refcnt +%cargo_test -f auto-initialize -- -- --skip err::tests::fetching_panic_exception_resumes_unwind --skip types::dict::tests::test_set_item_refcnt --skip types::list::tests::test_append_refcnt --skip types::list::tests::test_insert_refcnt %else %cargo_test -f auto-initialize %endif