diff --git a/python-urllib3.changes b/python-urllib3.changes index 3298dc3..f91cfd9 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu May 4 00:49:07 UTC 2023 - Steve Kowalik +Wed May 10 07:26:42 UTC 2023 - Steve Kowalik - Update to 2.0.1: * Fixed a socket leak when fingerprint or hostname verifications fail. diff --git a/python-urllib3.spec b/python-urllib3.spec index ccc226c..3362e61 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -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}