diff --git a/python-construct.spec b/python-construct.spec index 9a02c67..da48c9d 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -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