diff --git a/python-anyio.changes b/python-anyio.changes index 8428600..8183b0a 100644 --- a/python-anyio.changes +++ b/python-anyio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 7 09:33:03 UTC 2025 - Daniel Garcia + +- Increase timeout in in test_keyboardinterrupt_during_test, it helps + with flaky tests in i586 arches. + ------------------------------------------------------------------- Mon Jul 21 05:03:47 UTC 2025 - Steve Kowalik diff --git a/python-anyio.spec b/python-anyio.spec index a293b2f..362aa98 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -84,6 +84,9 @@ against it to run unmodified on asyncio, curio and trio. %if %{with test} %check +# increase timeout in test_keyboardinterrupt_during_test +sed -i 's/timeout=3/timeout=8/' tests/test_pytest_plugin.py + sed -i '/filterwarnings/,/^]/ { /"error"/ d}' pyproject.toml # bind and resolution failures inside OBS donttest+=" or (TestTCPStream and (ipv4 or ipv6))"