- 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
This commit is contained in:
Daniel Garcia 2022-11-08 11:28:12 +00:00 committed by Git OBS Bridge
parent 387c32f603
commit 15b96332ea
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 8 11:27:29 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Disable test_fixtures that produces a Segmentation fault in i586
-------------------------------------------------------------------
Tue Nov 8 10:21:48 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -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