Accepting request 1141676 from devel:languages:python
- Disable broken tests with openssl 3.2 and python < 3.11 bsc#1217782 OBS-URL: https://build.opensuse.org/request/show/1141676 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiohttp?expand=0&rev=42
This commit is contained in:
commit
fa76d88e86
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 26 08:02:10 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Disable broken tests with openssl 3.2 and python < 3.11 bsc#1217782
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 22 13:46:25 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Fri Dec 22 13:46:25 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-aiohttp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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"
|
donttest+=" or test_https_proxy_unsupported_tls_in_tls"
|
||||||
# not running under pytest ?!
|
# not running under pytest ?!
|
||||||
donttest+=" or test_circular_imports or test_import_time"
|
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
|
# requires python-on-whales
|
||||||
rm -v tests/autobahn/test_autobahn.py
|
rm -v tests/autobahn/test_autobahn.py
|
||||||
# randomly fails on xdist splits
|
# randomly fails on xdist splits
|
||||||
|
Loading…
Reference in New Issue
Block a user