From 15b96332ea503fe25b17b9f771b040855857ef15799c24db4550db84cbe4c19e Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 8 Nov 2022 11:28:12 +0000 Subject: [PATCH] - Disable test_fixtures that produces a Segmentation fault in i586 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pytest-mpi?expand=0&rev=14 --- python-pytest-mpi.changes | 5 +++++ python-pytest-mpi.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pytest-mpi.changes b/python-pytest-mpi.changes index 2d7e56d..2118658 100644 --- a/python-pytest-mpi.changes +++ b/python-pytest-mpi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 8 11:27:29 UTC 2022 - Daniel Garcia + +- Disable test_fixtures that produces a Segmentation fault in i586 + ------------------------------------------------------------------- Tue Nov 8 10:21:48 UTC 2022 - Daniel Garcia diff --git a/python-pytest-mpi.spec b/python-pytest-mpi.spec index e33849f..86edf2a 100644 --- a/python-pytest-mpi.spec +++ b/python-pytest-mpi.spec @@ -64,7 +64,8 @@ mpi plugin for pytest to collect information from openmpi-based tests. export PATH=${PATH}:%{_libdir}/mpi/gcc/%{mpiver}/bin source %{_libdir}/mpi/gcc/%{mpiver}/bin/mpivars.sh export OMPI_MCA_pml=ob1 -%pytest -v -p pytester --runpytest=subprocess +# Exclude test_fixtures, it fails for i586 arch with Segmentation fault +%pytest -v -p pytester --runpytest=subprocess -k 'not test_fixtures' %files %{python_files} %doc README.md