From aeb15bd9c937ac0b1a1b25f557dcdb417393d4de0926fe6eca37c6af7276a2ba Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 10 Jan 2024 17:40:33 +0000 Subject: [PATCH] - Disable failing tests with openssl 3.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=61 --- python-cheroot.changes | 5 +++++ python-cheroot.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-cheroot.changes b/python-cheroot.changes index 68fb06e..08a7d7e 100644 --- a/python-cheroot.changes +++ b/python-cheroot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 10 17:40:08 UTC 2024 - Daniel Garcia + +- Disable failing tests with openssl 3.2 + ------------------------------------------------------------------- Wed Jan 3 07:56:40 UTC 2024 - Antonio Larrosa diff --git a/python-cheroot.spec b/python-cheroot.spec index 810a2eb..ae67bae 100644 --- a/python-cheroot.spec +++ b/python-cheroot.spec @@ -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