From e55d3002fbdb2d801ce71ca3fcf4e05fc5057fbfb4abef9b80611bf2fb63282b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 7 Jul 2022 20:08:00 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-voila?expand=0&rev=35 --- python-voila.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-voila.spec b/python-voila.spec index bc500d0..ccdac42 100644 --- a/python-voila.spec +++ b/python-voila.spec @@ -134,7 +134,7 @@ sed -i 's|./jupyter.svg|jupyter.svg|' tests/notebooks/images.ipynb export JUPYTER_PATH=%{_jupyter_prefix}:$PWD/tests/test_template/share/jupyter:$PWD/tests/skip_template/share/jupyter/ export VOILA_TEST_DEBUG=1 # very flaky in obs environments -donttest="test_kernel_death" +donttest="test_kernel_death or test_request_with_query" %pytest tests -k "not ($donttest)" %endif