From 10b4b817e5398868642de2ab9e7e25d6cd9aeabebf0a9ee272e76d31a478341b Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 26 Jan 2024 08:12:25 +0000 Subject: [PATCH] - Disable broken tests with openssl 3.2 and python < 3.11 bsc#1217782 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=114 --- python-aiohttp.changes | 5 +++++ python-aiohttp.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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