14
0

- Ignore DeprecationWarning in tests (bsc#1234681)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=183
This commit is contained in:
2024-12-18 08:42:44 +00:00
committed by Git OBS Bridge
parent 9687d3e2d5
commit 88a76d7d5a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 18 08:41:22 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Ignore DeprecationWarning in tests (bsc#1234681)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 3 05:10:09 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> Thu Oct 3 05:10:09 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -130,7 +130,7 @@ skiplist+=" or test_requesting_large_resources_via_ssl"
skiplist+=" or test_deprecated_no_scheme" skiplist+=" or test_deprecated_no_scheme"
# weird threading issues on OBS runners # weird threading issues on OBS runners
skiplist+=" or test_http2_probe_blocked_per_thread" 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 %endif
%if ! %{with test} %if ! %{with test}