From b9849f523fa38cd7afb4d783ec0df87838f05ef985db03326d5468130c15ac09 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 25 Jun 2023 19:15:18 +0000 Subject: [PATCH] Accepting request 1094952 from home:bnavigator:branches:devel:languages:python:pytest - Remove xfail_strict from pytest config * pyside2 and py311 XPASS a test, gh#pytest-dev/pytest-qt#419 OBS-URL: https://build.opensuse.org/request/show/1094952 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-qt?expand=0&rev=21 --- python-pytest-qt.changes | 6 ++++++ python-pytest-qt.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-pytest-qt.changes b/python-pytest-qt.changes index e4c3e7d..cabaac4 100644 --- a/python-pytest-qt.changes +++ b/python-pytest-qt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 23 19:07:24 UTC 2023 - Ben Greiner + +- Remove xfail_strict from pytest config + * pyside2 and py311 XPASS a test, gh#pytest-dev/pytest-qt#419 + ------------------------------------------------------------------- Sat Jun 10 09:43:01 UTC 2023 - ecsos diff --git a/python-pytest-qt.spec b/python-pytest-qt.spec index 8dd8c06..35d9ec6 100644 --- a/python-pytest-qt.spec +++ b/python-pytest-qt.spec @@ -111,6 +111,8 @@ like key presses and mouse clicks. %prep %setup -q -n pytest-qt-%{version} dos2unix LICENSE +# https://github.com/pytest-dev/pytest-qt/pull/419#discussion_r1240198866 +sed -i /xfail_strict/d setup.cfg %if ! %{with test} %build @@ -127,7 +129,7 @@ dos2unix LICENSE %check export QT_QPA_PLATFORM=offscreen export PYTEST_QT_API=%{test_qtapi} -%pytest %{?testflavorargs} +%pytest %{?testflavorargs} -rsxXfE %endif %if ! %{with test}