Atri Bhattacharya 2020-12-10 17:21:12 +00:00 committed by Git OBS Bridge
parent 4d2ccb8fd4
commit 2bdf51b667

View File

@ -57,7 +57,7 @@ mpi plugin for pytest to collect information from openmpi-based tests.
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 tow failing tests disabled here
# 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'
%files %{python_files}