forked from pool/python-urllib3
- 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:
@@ -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>
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user