Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-cov for
openSUSE:Factory checked in at 2022-11-30 15:00:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-cov (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-cov.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-cov"
Wed Nov 30 15:00:13 2022 rev:27 rq:1039059 version:4.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-cov/python-pytest-cov.changes
2022-11-28 12:15:45.506578469 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-cov.new.1597/python-pytest-cov.changes
2022-11-30 15:01:11.005780246 +0100
@@ -1,0 +2,6 @@
+Wed Nov 30 08:16:55 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Disable test_dist_boxed, broken with latest version of pytest-xdist,
+ gh#pytest-dev/pytest-cov#565
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-cov.spec ++++++
--- /var/tmp/diff_new_pack.YUbiA7/_old 2022-11-30 15:01:11.537783368 +0100
+++ /var/tmp/diff_new_pack.YUbiA7/_new 2022-11-30 15:01:11.541783392 +0100
@@ -79,6 +79,8 @@
# Tests broken with the latest version of python-coverage (6.5.0)
# gh#pytest-dev/pytest-cov#570
donttest+=" or test_contexts"
+# gh#pytest-dev/pytest-cov#565
+donttest+=" or test_dist_boxed"
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}:$PWD/tests
py.test-%{$python_bin_suffix} -v -k "not (${donttest})"
%endif