Skip more tests that are unreliable with Python 3.12

epel10
Fabio Valentini 2 years ago
parent 08ba6813ba
commit 6dc422d6f6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -398,7 +398,7 @@ export LANG=C.utf8
# * skip a test that fails with Python 3.12: # * skip a test that fails with Python 3.12:
# https://github.com/PyO3/pyo3/issues/3305 # https://github.com/PyO3/pyo3/issues/3305
# * skip tests that are unreliable with Python 3.12 # * 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 %else
%cargo_test -f auto-initialize %cargo_test -f auto-initialize
%endif %endif

Loading…
Cancel
Save