- 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
This commit is contained in:
Daniel Garcia 2024-05-28 06:18:15 +00:00 committed by Git OBS Bridge
parent fed9d66259
commit b0c1ce367b
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}