Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-eventlet for openSUSE:Factory
checked in at 2022-08-20 20:27:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-eventlet (Old)
and /work/SRC/openSUSE:Factory/.python-eventlet.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-eventlet"
Sat Aug 20 20:27:50 2022 rev:42 rq:998099 version:0.33.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-eventlet/python-eventlet.changes
2022-06-06 11:10:42.131323225 +0200
+++
/work/SRC/openSUSE:Factory/.python-eventlet.new.2083/python-eventlet.changes
2022-08-20 20:27:59.877241981 +0200
@@ -1,0 +2,5 @@
+Wed Aug 17 06:46:05 UTC 2022 - Jiri Slaby <[email protected]>
+
+- disable test_018b_http_10_keepalive_framing (bsc#1202188)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-eventlet.spec ++++++
--- /var/tmp/diff_new_pack.1cYp7t/_old 2022-08-20 20:28:00.425243501 +0200
+++ /var/tmp/diff_new_pack.1cYp7t/_new 2022-08-20 20:28:00.429243512 +0200
@@ -98,6 +98,8 @@
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=dmz0ugc...@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