Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-websockets for
openSUSE:Factory checked in at 2024-01-29 22:25:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-websockets (Old)
and /work/SRC/openSUSE:Factory/.python-websockets.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-websockets"
Mon Jan 29 22:25:50 2024 rev:26 rq:1141312 version:12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes
2023-12-07 19:09:30.841285618 +0100
+++
/work/SRC/openSUSE:Factory/.python-websockets.new.1815/python-websockets.changes
2024-01-29 22:25:52.826626076 +0100
@@ -1,0 +2,5 @@
+Wed Jan 24 16:29:29 UTC 2024 - Daniel Garcia <[email protected]>
+
+- Disable broken tests with openssl 3.2 and python < 3.11 bsc#1217782
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-websockets.spec ++++++
--- /var/tmp/diff_new_pack.QwbT3d/_old 2024-01-29 22:25:54.282678853 +0100
+++ /var/tmp/diff_new_pack.QwbT3d/_new 2024-01-29 22:25:54.282678853 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-websockets
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -56,7 +56,10 @@
# Test execution speed depends on BS load and architecture, relax
export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=10
# Disable flaky tests gh#python-websockets/websockets#1322
-%pytest_arch -v -k "not test_close_waits_for_close_frame" tests
+donttest="test_close_waits_for_close_frame"
+# Disable broken tests with openssl 3.2 and python < 3.11
+donttest+=" or test_reject_invalid_server_certificate"
+%pytest_arch -v -k "not ($donttest)" tests
%files %{python_files}
%license LICENSE