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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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))"
|
||||
|
||||
Reference in New Issue
Block a user