diff --git a/python-urllib3.changes b/python-urllib3.changes index fe64f68..5419ce4 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 5 11:42:20 UTC 2023 - Daniel Garcia + +- Disable test_deprecated_no_scheme so it needs network connection to + run correctly. + ------------------------------------------------------------------- Mon Jun 19 20:26:34 UTC 2023 - Dirk Müller diff --git a/python-urllib3.spec b/python-urllib3.spec index 73d859a..cf1aad4 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -112,6 +112,8 @@ 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" +# Try to access external evil.com +skiplist+=" or test_deprecated_no_scheme" %pytest -k "not (${skiplist})" --ignore test/with_dummyserver/test_socketlevel.py %endif