Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-qt for
openSUSE:Factory checked in at 2023-06-26 18:15:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-qt (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-qt.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-qt"
Mon Jun 26 18:15:56 2023 rev:13 rq:1095240 version:4.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-qt/python-pytest-qt.changes
2023-06-11 19:58:43.912408576 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-qt.new.15902/python-pytest-qt.changes
2023-06-26 18:16:06.250473110 +0200
@@ -1,0 +2,6 @@
+Fri Jun 23 19:07:24 UTC 2023 - Ben Greiner <[email protected]>
+
+- Remove xfail_strict from pytest config
+ * pyside2 and py311 XPASS a test, gh#pytest-dev/pytest-qt#419
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-qt.spec ++++++
--- /var/tmp/diff_new_pack.MiJNgg/_old 2023-06-26 18:16:06.862475829 +0200
+++ /var/tmp/diff_new_pack.MiJNgg/_new 2023-06-26 18:16:06.866475847 +0200
@@ -111,6 +111,8 @@
%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 @@
%check
export QT_QPA_PLATFORM=offscreen
export PYTEST_QT_API=%{test_qtapi}
-%pytest %{?testflavorargs}
+%pytest %{?testflavorargs} -rsxXfE
%endif
%if ! %{with test}