- Disable failing tests with openssl 3.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=61
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 17:40:08 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Disable failing tests with openssl 3.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 07:56:40 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
||||
@@ -113,6 +113,8 @@ donttest="(test_tls_client_auth and False-localhost-builtin)"
|
||||
# looks like there's a bug with pytest.mark.forked
|
||||
# https://github.com/cherrypy/cheroot/issues/511
|
||||
donttest+=" or test_high_number_of_file_descriptor"
|
||||
# Openssl 3.2 test failures gh#cherrypy/cheroot#645
|
||||
donttest+=" or test_https_over_http_error"
|
||||
%pytest --pyargs cheroot $pytest_opts -k "not ($donttest)"
|
||||
popd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user