forked from pool/python-pytest-qt
Accepting request 1095240 from devel:languages:python:pytest
Forwarded request #1094952 from bnavigator - 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/1095240 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-qt?expand=0&rev=13
This commit is contained in:
commit
bb94546431
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 23 19:07:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <ecsos@opensuse.org>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user