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
This commit is contained in:
Daniel Garcia 2024-05-29 10:51:09 +00:00 committed by Git OBS Bridge
parent b0c1ce367b
commit 660e73eebb
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 29 10:45:04 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Run test_destroyed again, the problem was fixed in the
python3-pyside6 package.
-------------------------------------------------------------------
Tue May 28 06:16:27 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

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