diff --git a/python-pytest-qt.changes b/python-pytest-qt.changes index 7026627..93c9fb0 100644 --- a/python-pytest-qt.changes +++ b/python-pytest-qt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 28 06:16:27 UTC 2024 - Daniel Garcia + +- Skip test_destroyed, this test fails with pyside6 6.7.0 + ------------------------------------------------------------------- Sat Mar 16 09:34:01 UTC 2024 - Dirk Müller diff --git a/python-pytest-qt.spec b/python-pytest-qt.spec index 967ba46..db574e3 100644 --- a/python-pytest-qt.spec +++ b/python-pytest-qt.spec @@ -123,7 +123,11 @@ sed -i /xfail_strict/d setup.cfg %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}