Ignore a file that does not play well on OBS
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=155
This commit is contained in:
parent
dc383494bf
commit
927c3f301e
@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 00:49:07 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
Wed May 10 07:26:42 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 2.0.1:
|
||||
* Fixed a socket leak when fingerprint or hostname verifications fail.
|
||||
|
@ -110,7 +110,7 @@ skiplist="test_ssl_read_timeout or test_ssl_failed_fingerprint_verification or t
|
||||
skiplist+=" or test_recent_date"
|
||||
# too slow to run in obs (checks 2GiB of data)
|
||||
skiplist+=" or test_requesting_large_resources_via_ssl"
|
||||
%pytest -k "not (${skiplist})"
|
||||
%pytest -k "not (${skiplist})" --ignore test/with_dummyserver/test_socketlevel.py
|
||||
%endif
|
||||
|
||||
%if ! %{with test}
|
||||
|
Loading…
x
Reference in New Issue
Block a user