Use pytest macro.

This commit is contained in:
Elliott Sales de Andrade 2020-06-23 02:51:02 -04:00 committed by churchyard
parent 87b7e4491e
commit 77fd7b5f42

View File

@ -162,12 +162,9 @@ export k="not test_denormals and not test_decomp"
export k="not test_denormals" export k="not test_denormals"
%endif %endif
# Do not create -PYTEST.pyc files
export PYTHONDONTWRITEBYTECODE=1
pushd %{buildroot}/%{python3_sitearch} pushd %{buildroot}/%{python3_sitearch}
# TODO TestIQR.test_scale fails on Python 3.8+ due to some warnings, investigate # TODO TestIQR.test_scale fails on Python 3.8+ due to some warnings, investigate
%{__python3} -m pytest --timeout=500 -k "$k and not (TestIQR and test_scale)" scipy --numprocesses=auto %{pytest} --timeout=500 -k "$k and not (TestIQR and test_scale)" scipy --numprocesses=auto
# Remove test remnants # Remove test remnants
rm -rf gram{A,B} rm -rf gram{A,B}
popd popd