- Disable test_deprecated_no_scheme so it needs network connection to

run correctly.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=160
This commit is contained in:
Daniel Garcia 2023-07-05 11:43:00 +00:00 committed by Git OBS Bridge
parent a2ae3b2049
commit ebc06a4521
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 5 11:42:20 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Disable test_deprecated_no_scheme so it needs network connection to
run correctly.
-------------------------------------------------------------------
Mon Jun 19 20:26:34 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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