From ce1cb33a48da06afc403cd971f65da257eccfb224e523cd5bc1f6363044dce55 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 27 Nov 2025 03:35:47 +0000 Subject: [PATCH] - Skip a test that will break with pytest 9. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=61 --- python-anyio.changes | 5 +++++ python-anyio.spec | 2 ++ 2 files changed, 7 insertions(+) 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