diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 78cda4a..f056818 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 26 08:02:10 UTC 2024 - Daniel Garcia + +- Disable broken tests with openssl 3.2 and python < 3.11 bsc#1217782 + ------------------------------------------------------------------- Fri Dec 22 13:46:25 UTC 2023 - Ben Greiner diff --git a/python-aiohttp.spec b/python-aiohttp.spec index eaee20a..5b26b23 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiohttp # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -131,6 +131,9 @@ donttest+=" or test_client_session_timeout_zero or test_requote_redirect_url_def donttest+=" or test_https_proxy_unsupported_tls_in_tls" # not running under pytest ?! donttest+=" or test_circular_imports or test_import_time" +# raises not expected "ConnectionResetError" with openssl 3.2 and python < 3.11 +donttest+=" or test_tcp_connector_raise_connector_ssl_error[pyloop]" + # requires python-on-whales rm -v tests/autobahn/test_autobahn.py # randomly fails on xdist splits