Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2023-06-14 16:28:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest"

Wed Jun 14 16:28:45 2023 rev:76 rq:1092827 version:7.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes      
2023-05-09 13:06:42.320795106 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytest.new.15902/python-pytest.changes   
2023-06-14 16:29:00.862348353 +0200
@@ -1,0 +2,6 @@
+Tue Jun 13 10:35:00 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Disable tests that uses pexpect to avoid timeout error when running
+  in OBS.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pytest.spec ++++++
--- /var/tmp/diff_new_pack.7cvf9J/_old  2023-06-14 16:29:03.594365148 +0200
+++ /var/tmp/diff_new_pack.7cvf9J/_new  2023-06-14 16:29:03.598365172 +0200
@@ -108,7 +108,9 @@
 %if %{with test}
 # Disable broken tests with latest setuptools, gh#pytest-dev/pytest#10815
 donttest="test_cmdline_python_namespace_package or 
test_syspath_prepend_with_namespace_packages"
-%pytest -n auto -k "not ($donttest)"
+# Don't run pexpect tests to avoid timeout error in OBS when running
+# in quemu
+%pytest -n auto -m "not uses_pexpect" -k "not ($donttest)"
 %endif
 
 %if ! %{with test}

Reply via email to