- 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
This commit is contained in:
parent
0124eb2719
commit
98fb975100
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 14:26:53 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Skip failing test_request_with_content test
|
||||
(gh#encode/httpcore#622).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 19 15:31:11 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user