diff --git a/python-urllib3.changes b/python-urllib3.changes index 67f7545..cc1c94d 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 18 08:41:22 UTC 2024 - Daniel Garcia + +- Ignore DeprecationWarning in tests (bsc#1234681) + ------------------------------------------------------------------- Thu Oct 3 05:10:09 UTC 2024 - Steve Kowalik diff --git a/python-urllib3.spec b/python-urllib3.spec index 229aa23..5d2a75b 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -130,7 +130,7 @@ skiplist+=" or test_requesting_large_resources_via_ssl" skiplist+=" or test_deprecated_no_scheme" # weird threading issues on OBS runners skiplist+=" or test_http2_probe_blocked_per_thread" -%pytest %{?jobs:-n %jobs} -k "not (${skiplist})" --ignore test/with_dummyserver/test_socketlevel.py +%pytest -W ignore::DeprecationWarning %{?jobs:-n %jobs} -k "not (${skiplist})" --ignore test/with_dummyserver/test_socketlevel.py %endif %if ! %{with test}