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:
Steve Kowalik 2023-05-10 07:29:01 +00:00 committed by Git OBS Bridge
parent dc383494bf
commit 927c3f301e
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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}