15
0

Accepting request 1317683 from devel:languages:python

- Skip a test broken by idna 3.11.

OBS-URL: https://build.opensuse.org/request/show/1317683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiohttp?expand=0&rev=62
This commit is contained in:
2025-11-17 11:08:15 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 14 03:13:57 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Skip a test broken by idna 3.11.
-------------------------------------------------------------------
Mon Nov 3 11:51:55 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -144,6 +144,8 @@ donttest="test_aiohttp_request_coroutine or test_mark_formdata_as_processed or t
donttest+=" or test_tcp_connector_ssl_shutdown_timeout"
# most probably https://github.com/cbornet/blockbuster/issues/47
donttest+=" or (test_cookie_jar and (heap or expire)) or test_treat_as_secure_origin_init"
# broken with idna 3.11 https://github.com/aio-libs/aiohttp/pull/11638
donttest+=" or test_invalid_idna"
# requires python-on-whales
rm -v tests/autobahn/test_autobahn.py