Accepting request 1177275 from devel:languages:python:pytest

- Skip test_destroyed, this test fails with pyside6 6.7.0

OBS-URL: https://build.opensuse.org/request/show/1177275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-qt?expand=0&rev=18
This commit is contained in:
Ana Guerrero 2024-05-28 15:29:33 +00:00 committed by Git OBS Bridge
commit 596225e5ca
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 28 06:16:27 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Skip test_destroyed, this test fails with pyside6 6.7.0
-------------------------------------------------------------------
Sat Mar 16 09:34:01 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -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}