Dirk Mueller 2021-11-07 19:18:27 +00:00 committed by Git OBS Bridge
parent 221ce0a4b7
commit 80eb79bfa9

View File

@ -85,7 +85,7 @@ rm -rf tests/deprecated_gallery
# local source dir is needed for tests
export PYTHONPATH=$(pwd)
# Don't test with NumPy in the python36 flavor, because python36-numpy is not in TW anymore
python36_donttest="numpy or test_overall_parse or test_overall_build"
python36_donttest="numpy or test_overall_parse or test_overall_build or test_compiled_example_benchmark or test_compiled_example_integrity"
%pytest --benchmark-disable ${$python_donttest:+ -k "not (${$python_donttest})"}
%endif