forked from pool/python-httpcore
- 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
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user