Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-anyio for openSUSE:Factory checked in at 2025-08-08 15:09:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-anyio (Old) and /work/SRC/openSUSE:Factory/.python-anyio.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-anyio" Fri Aug 8 15:09:55 2025 rev:26 rq:1298106 version:4.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-anyio/python-anyio.changes 2025-07-21 19:59:41.249555632 +0200 +++ /work/SRC/openSUSE:Factory/.python-anyio.new.1085/python-anyio.changes 2025-08-08 15:09:56.851326095 +0200 @@ -1,0 +2,6 @@ +Thu Aug 7 09:33:03 UTC 2025 - Daniel Garcia <daniel.gar...@suse.com> + +- Increase timeout in in test_keyboardinterrupt_during_test, it helps + with flaky tests in i586 arches. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-anyio.spec ++++++ --- /var/tmp/diff_new_pack.Y4Faw5/_old 2025-08-08 15:09:57.511353735 +0200 +++ /var/tmp/diff_new_pack.Y4Faw5/_new 2025-08-08 15:09:57.515353903 +0200 @@ -84,6 +84,9 @@ %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))"