From 1173ca8fa3c8860bbe69f21a10b8ef093ad7e8ee20a8f775403c88f47aacd686 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 10 Nov 2022 08:15:50 +0000 Subject: [PATCH] - Remove pml/ob1 option for tests, bsc#1205139 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pytest-mpi?expand=0&rev=15 --- python-pytest-mpi.changes | 5 +++++ python-pytest-mpi.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) 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