From 660e73eebba066d9d3790b19f2d054c6c23460c68d072cf68ed754606dbf3595 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 29 May 2024 10:51:09 +0000 Subject: [PATCH] Accepting request 1177527 from home:alarrosa:branches:devel:languages:python:pytest - Run test_destroyed again, the problem was fixed in the python3-pyside6 package. OBS-URL: https://build.opensuse.org/request/show/1177527 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-qt?expand=0&rev=34 --- python-pytest-qt.changes | 6 ++++++ python-pytest-qt.spec | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-pytest-qt.changes b/python-pytest-qt.changes index 93c9fb0..51e7879 100644 --- a/python-pytest-qt.changes +++ b/python-pytest-qt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 29 10:45:04 UTC 2024 - Antonio Larrosa + +- Run test_destroyed again, the problem was fixed in the + python3-pyside6 package. + ------------------------------------------------------------------- Tue May 28 06:16:27 UTC 2024 - Daniel Garcia diff --git a/python-pytest-qt.spec b/python-pytest-qt.spec index db574e3..97cb5a4 100644 --- a/python-pytest-qt.spec +++ b/python-pytest-qt.spec @@ -124,10 +124,7 @@ sed -i /xfail_strict/d setup.cfg export QT_QPA_PLATFORM=offscreen export PYTEST_QT_API=%{test_qtapi} -# Fails with pyside6 -donttest="test_destroyed" - -%pytest %{?testflavorargs} -rsxXfE -k "not $donttest" +%pytest %{?testflavorargs} -rsxXfE %endif %if ! %{with test}