Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-mpi for
openSUSE:Factory checked in at 2021-02-25 18:27:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-mpi (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-mpi.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-mpi"
Thu Feb 25 18:27:28 2021 rev:2 rq:874732 version:0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-mpi/python-pytest-mpi.changes
2020-12-15 12:33:07.000132395 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-mpi.new.2378/python-pytest-mpi.changes
2021-02-25 18:27:37.842188016 +0100
@@ -1,0 +2,7 @@
+Tue Feb 23 22:07:18 UTC 2021 - Ben Greiner <[email protected]>
+
+- Disable most of the test suite. The offending code not working
+ with pytest 6.2 is in the test suite, not the plugin code itself
+ gh#aragilar/pytest-mpi#17
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-mpi.spec ++++++
--- /var/tmp/diff_new_pack.NQRfyb/_old 2021-02-25 18:27:38.258188286 +0100
+++ /var/tmp/diff_new_pack.NQRfyb/_new 2021-02-25 18:27:38.262188289 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-mpi
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -57,8 +57,9 @@
export PATH=${PATH}:%{_libdir}/mpi/gcc/openmpi2/bin
source %{_libdir}/mpi/gcc/openmpi2/bin/mpivars.sh
# include `-p pytester` as pytester needs to be manually activated (see
https://pytest-mpi.readthedocs.io/en/latest/contributing.html)
-# Also see gh#aragilar/pytest-mpi#14 for two failing tests disabled here
-%pytest -v -p pytester -k 'not test_mpi_with_mpi and not test_mpi_only_mpi'
+# our pytest version does not like the subclassing of _pytest.Testdir. This
disables almost the entire test suite
+# gh#aragilar/pytest-mpi#17
+%pytest -v -p pytester -k "not (test_fixtures or (test_markers and (with_mpi
or only_mpi or under_mpi)))"
%files %{python_files}
%doc README.md