From 13e11244a3669e4aa85e36b3f077aebe8e6ab345495798cd5225e181292c8a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 19 Aug 2022 06:51:10 +0000 Subject: [PATCH] Accepting request 997484 from home:jirislaby:branches:devel:languages:python - disable test_018b_http_10_keepalive_framing (bsc#1202188) OBS-URL: https://build.opensuse.org/request/show/997484 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=88 --- python-eventlet.changes | 5 +++++ python-eventlet.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-eventlet.changes b/python-eventlet.changes index 022e261..0a50d66 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 17 06:46:05 UTC 2022 - Jiri Slaby + +- disable test_018b_http_10_keepalive_framing (bsc#1202188) + ------------------------------------------------------------------- Sat Jun 4 15:20:56 UTC 2022 - Dirk Müller diff --git a/python-eventlet.spec b/python-eventlet.spec index 657ae6b..9587771 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -98,6 +98,8 @@ skiptests+=" or test_dns_methods_are_green or test_noraise_dns_tcp" skiptests+=" or test_fork_after_monkey_patch or test_send_1k_req_rep or test_cpu_usage_after_bind" # tracebacks in denosed suite with pytest inside obs presumably work different than when upstream is running nose? skiptests+=" or test_leakage_from_tracebacks" +# it is racy, see: https://lore.kernel.org/all/CADVnQy=AnJY9NZ3w_xNghEG80-DhsXL0r_vEtkr=dmz0ugcoVw@mail.gmail.com/ (bsc#1202188) +skiptests+=" or test_018b_http_10_keepalive_framing" # Unknown Python 3.6 specific errors # TypeError: _wrap_socket() argument 1 must be _socket.socket, not SSLSocket