Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-qt for openSUSE:Factory checked in at 2024-05-28 17:29:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-qt (Old) and /work/SRC/openSUSE:Factory/.python-pytest-qt.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-qt" Tue May 28 17:29:33 2024 rev:18 rq:1177275 version:4.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-qt/python-pytest-qt.changes 2024-03-17 22:15:12.438636315 +0100 +++ /work/SRC/openSUSE:Factory/.python-pytest-qt.new.24587/python-pytest-qt.changes 2024-05-28 17:30:34.495861954 +0200 @@ -1,0 +2,5 @@ +Tue May 28 06:16:27 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com> + +- Skip test_destroyed, this test fails with pyside6 6.7.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-qt.spec ++++++ --- /var/tmp/diff_new_pack.fCIatO/_old 2024-05-28 17:30:35.351893258 +0200 +++ /var/tmp/diff_new_pack.fCIatO/_new 2024-05-28 17:30:35.355893403 +0200 @@ -123,7 +123,11 @@ %check export QT_QPA_PLATFORM=offscreen export PYTEST_QT_API=%{test_qtapi} -%pytest %{?testflavorargs} -rsxXfE + +# Fails with pyside6 +donttest="test_destroyed" + +%pytest %{?testflavorargs} -rsxXfE -k "not $donttest" %endif %if ! %{with test}