Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-i3ipc for openSUSE:Factory checked in at 2022-03-04 20:17:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-i3ipc (Old) and /work/SRC/openSUSE:Factory/.python-i3ipc.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-i3ipc" Fri Mar 4 20:17:05 2022 rev:6 rq:959364 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-i3ipc/python-i3ipc.changes 2021-09-23 23:04:13.468330665 +0200 +++ /work/SRC/openSUSE:Factory/.python-i3ipc.new.1958/python-i3ipc.changes 2022-03-04 20:20:57.040678819 +0100 @@ -1,0 +2,5 @@ +Fri Mar 4 08:27:56 UTC 2022 - pgaj...@suse.com + +- disable flaky test_detailed_window_event (stucks on obs for x86_64) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-i3ipc.spec ++++++ --- /var/tmp/diff_new_pack.j3Zi0a/_old 2022-03-04 20:20:57.452678491 +0100 +++ /var/tmp/diff_new_pack.j3Zi0a/_new 2022-03-04 20:20:57.460678484 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-i3ipc # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -72,9 +72,10 @@ # test_shutdown_event_reconnect always fails # test_restart fails on openSUSE/SLE 15 # test_window_event is intermittent +# test_detailed_window_event stucks in obs, not with the local build (https://github.com/altdesktop/i3ipc-python/issues/192) %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run --server-args "-screen 0 1920x1080x24" \ - $python -m pytest -k 'not (test_shutdown_event_reconnect or test_restart or test_window_event)' + $python -m pytest -k 'not (test_shutdown_event_reconnect or test_restart or test_window_event or test_detailed_window_event)' } %files %{python_files}