From 98fb975100850a739a6c235762f01bb4ee8194a5b9a5c6cca9e8dcef52f015b4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 23 Nov 2022 14:27:20 +0000 Subject: [PATCH] - Skip failing test_request_with_content test (gh#encode/httpcore#622). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=15 --- python-httpcore.changes | 6 ++++++ python-httpcore.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-httpcore.changes b/python-httpcore.changes index f850695..b90302d 100644 --- a/python-httpcore.changes +++ b/python-httpcore.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 23 14:26:53 UTC 2022 - Matej Cepl + +- Skip failing test_request_with_content test + (gh#encode/httpcore#622). + ------------------------------------------------------------------- Tue Jul 19 15:31:11 UTC 2022 - Ben Greiner diff --git a/python-httpcore.spec b/python-httpcore.spec index e14b1d1..f44a446 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -78,8 +78,9 @@ Python minimal low-level HTTP client. # test_no_retries and test_retries are very slow and fails # tests/async_tests + tests/sync_tests causes open file limit # socks5 -- we don't ship socksio +# gh#encode/httpcore#622 - test_request_with_content %if %{with test} -%pytest -rs -k 'not (test_interfaces or test_no_retries or test_retries or test_threadsafe_basic or socks5)' --asyncio-mode=strict +%pytest -rs -k 'not (test_interfaces or test_no_retries or test_retries or test_threadsafe_basic or test_request_with_content or socks5)' --asyncio-mode=strict %endif %if !%{with test}