Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-wxPython for openSUSE:Factory
checked in at 2023-01-06 17:04:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wxPython (Old)
and /work/SRC/openSUSE:Factory/.python-wxPython.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wxPython"
Fri Jan 6 17:04:44 2023 rev:15 rq:1056221 version:4.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wxPython/python-wxPython.changes
2022-08-17 18:26:30.119635680 +0200
+++
/work/SRC/openSUSE:Factory/.python-wxPython.new.1563/python-wxPython.changes
2023-01-06 17:05:12.840066232 +0100
@@ -1,0 +2,9 @@
+Mon Dec 5 13:07:46 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Add python-pytest-forked as test dependency
+ * The pytest parameter --forked is provided by python-pytest-forked
+ which is no longer a transitive build requirement of
+ python-pytest-xdist
+ * gh#pytest-dev/pytest-xdist#468, gh#pytest-dev/pytest-xdist#821
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-wxPython.spec ++++++
--- /var/tmp/diff_new_pack.sLfD1m/_old 2023-01-06 17:05:14.008072792 +0100
+++ /var/tmp/diff_new_pack.sLfD1m/_new 2023-01-06 17:05:14.012072815 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -146,6 +146,7 @@
%endif
%if %{with test}
BuildRequires: %{python_module numpy}
+BuildRequires: %{python_module pytest-forked}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
@@ -260,8 +261,10 @@
# Make sure "import wx" does not confuse the wx dir with the module
mv wx wx_temp
+# pytest --forked from python-pytest-forked:
# Run each test as a separate process, otherwise multiple app
-# instances will corrupt each others static data
+# instances will corrupt each others static data.
+#
# Run UiAction tests one by one
%pytest_arch --forked -n 1 -k 'test_uiaction or test_mousemanager' unittests/
# Skip Auto ID management test (only enabled on Windows)