From c85ffa4250cac8cf29efd82499e6e3132c7bff0fdadbd3f8c70cc506b9a01a48 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 25 Oct 2023 12:59:33 +0000 Subject: [PATCH] - Skip failing tests test_ssl_request and test_extra_info (gh#encode/httpcore!832) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=27 --- python-httpcore.changes | 2 ++ python-httpcore.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/python-httpcore.changes b/python-httpcore.changes index 0117a86..62af45e 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -9,6 +9,8 @@ Wed Oct 25 11:30:12 UTC 2023 - Matej Cepl - Handle HTTP/1.1 half-closed connections gracefully. - Drop Python 3.7 support. - Update httpcore-allow-deprecationwarnings-test.patch +- Skip failing tests test_ssl_request and test_extra_info + (gh#encode/httpcore!832) ------------------------------------------------------------------- Sun Sep 10 11:05:24 UTC 2023 - Torsten Gruner diff --git a/python-httpcore.spec b/python-httpcore.spec index d537bf0..cec47c6 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -84,6 +84,8 @@ Python minimal low-level HTTP client. donttest="socks5" # gh#encode/httpcore#622 donttest+=" or test_request_with_content" +# gh#encode/httpcore!832 +donttest+=" or test_ssl_request or test_extra_info" %pytest -rsfE --asyncio-mode=strict -p no:unraisableexception -k "not ($donttest)" %endif