From 69de784631940ea24c87a56f718215ba579e994a52233ec6494c152c58f8ae9c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 19 Dec 2024 10:26:30 +0000 Subject: [PATCH] Accepting request 1232160 from home:dgarcia:branches:devel:languages:python - Skip some flaky tests that fail sometimes in OBS (bsc#1234681) OBS-URL: https://build.opensuse.org/request/show/1232160 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=185 --- python-urllib3.changes | 5 +++++ python-urllib3.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-urllib3.changes b/python-urllib3.changes index cc1c94d..15f591b 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 19 07:20:32 UTC 2024 - Daniel Garcia + +- Skip some flaky tests that fail sometimes in OBS (bsc#1234681) + ------------------------------------------------------------------- Wed Dec 18 08:41:22 UTC 2024 - Daniel Garcia diff --git a/python-urllib3.spec b/python-urllib3.spec index 5d2a75b..4e4e352 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -130,6 +130,9 @@ 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" +# flaky test, works locally but fails in OBS with +# TypeError: _wrap_bio() argument 'incoming' must be _ssl.MemoryBIO, not _ssl.MemoryBIO +skiplist+=" or test_https_proxy_forwarding_for_https or test_https_headers_forwarding_for_https" %pytest -W ignore::DeprecationWarning %{?jobs:-n %jobs} -k "not (${skiplist})" --ignore test/with_dummyserver/test_socketlevel.py %endif