15
0
forked from pool/python-anyio

- Increase timeout in in test_keyboardinterrupt_during_test, it helps

with flaky tests in i586 arches.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=54
This commit is contained in:
2025-08-07 09:33:46 +00:00
committed by Git OBS Bridge
parent ed724ac461
commit 1b5c4a4565
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 7 09:33:03 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@@ -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))"