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-03-17 17:00:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest"

Fri Mar 17 17:00:50 2023 rev:73 rq:1072266 version:7.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes      
2023-01-15 17:57:53.502105182 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytest.new.31432/python-pytest.changes   
2023-03-17 17:00:51.580610700 +0100
@@ -1,0 +2,6 @@
+Thu Mar 16 07:06:13 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Disable broken tests with latest setuptools,
+  gh#pytest-dev/pytest#10815
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest.spec ++++++
--- /var/tmp/diff_new_pack.zG4RYh/_old  2023-03-17 17:00:52.264614284 +0100
+++ /var/tmp/diff_new_pack.zG4RYh/_new  2023-03-17 17:00:52.268614305 +0100
@@ -109,7 +109,9 @@
 
 %check
 %if %{with test}
-%pytest -n auto
+# 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)"
 %endif
 
 %if ! %{with test}

Reply via email to