forked from pool/python-aiohttp
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user