diff --git a/python-pytest-mpi.changes b/python-pytest-mpi.changes index 2118658..ed9156e 100644 --- a/python-pytest-mpi.changes +++ b/python-pytest-mpi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 8 12:44:13 UTC 2022 - Daniel Garcia + +- Remove pml/ob1 option for tests, bsc#1205139 + ------------------------------------------------------------------- Tue Nov 8 11:27:29 UTC 2022 - Daniel Garcia diff --git a/python-pytest-mpi.spec b/python-pytest-mpi.spec index 86edf2a..a25e2f3 100644 --- a/python-pytest-mpi.spec +++ b/python-pytest-mpi.spec @@ -63,9 +63,7 @@ mpi plugin for pytest to collect information from openmpi-based tests. %check export PATH=${PATH}:%{_libdir}/mpi/gcc/%{mpiver}/bin source %{_libdir}/mpi/gcc/%{mpiver}/bin/mpivars.sh -export OMPI_MCA_pml=ob1 -# Exclude test_fixtures, it fails for i586 arch with Segmentation fault -%pytest -v -p pytester --runpytest=subprocess -k 'not test_fixtures' +%pytest -v -p pytester --runpytest=subprocess %files %{python_files} %doc README.md