diff --git a/python-anyio.changes b/python-anyio.changes index d96bdf9..947a75e 100644 --- a/python-anyio.changes +++ b/python-anyio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 27 03:35:12 UTC 2025 - Steve Kowalik + +- Skip a test that will break with pytest 9. + ------------------------------------------------------------------- Wed Sep 24 08:21:38 UTC 2025 - Nico Krapp diff --git a/python-anyio.spec b/python-anyio.spec index b66b9c4..4e7c191 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -112,6 +112,8 @@ donttest+=" or (test_properties and trio)" donttest+=" or (test_properties and asyncio)" # Flaky test in i586 donttest+=" or test_keyboardinterrupt_during_test" +# Fails with pytest 9 +donttest+=" or test_anyio_fixture_adoption_does_not_persist" %pytest -m "not network" -k "not (${donttest:4})" -ra %endif