From 80eb79bfa915388e967e5f59cb155b12a3cd7dc4ffafc435fb474d177a00a096 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Nov 2021 19:18:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=40 --- python-construct.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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