From b0c1ce367bc9bea7d0a519d5bc044433579168e05b060b9636f7e58311c1bea4 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 28 May 2024 06:18:15 +0000 Subject: [PATCH] - Skip test_destroyed, this test fails with pyside6 6.7.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-qt?expand=0&rev=32 --- python-pytest-qt.changes | 5 +++++ python-pytest-qt.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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}