Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-trio-websocket for
openSUSE:Factory checked in at 2024-03-28 13:54:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-trio-websocket (Old)
and /work/SRC/openSUSE:Factory/.python-trio-websocket.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-trio-websocket"
Thu Mar 28 13:54:55 2024 rev:3 rq:1163162 version:0.11.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-trio-websocket/python-trio-websocket.changes
2023-12-13 18:36:27.981738205 +0100
+++
/work/SRC/openSUSE:Factory/.python-trio-websocket.new.1905/python-trio-websocket.changes
2024-03-28 14:27:46.175127473 +0100
@@ -1,0 +2,5 @@
+Thu Mar 28 00:18:44 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Skip some broken tests with trio >= 0.25
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-trio-websocket.spec ++++++
--- /var/tmp/diff_new_pack.zgbo6l/_old 2024-03-28 14:27:55.035453401 +0100
+++ /var/tmp/diff_new_pack.zgbo6l/_new 2024-03-28 14:27:55.039453548 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-trio-websocket
#
-# 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
@@ -61,7 +61,11 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# https://github.com/python-trio/trio-websocket/issues/187
+donttest="test_handshake_exception_before_accept or test_reject_handshake"
+donttest+=" or test_client_open_timeout or test_client_close_timeout"
+donttest+=" or test_client_connect_networking_error or
test_finalization_dropped_exception"
+%pytest -k "not ($donttest)"
%files %{python_files}
%doc README.md