From 437d62523e86b82ed65ce16ab68fbc0210a032d7a3e0b9351e8476ec6084824f Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 22 Sep 2021 19:04:01 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=22 --- python-nbclient.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-nbclient.spec b/python-nbclient.spec index 2271688..19e46e3 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -81,7 +81,7 @@ NBClient is a tool for parameterizing andexecuting Jupyter Notebooks. %check export IPYKERNEL_CELL_NAME="" # tests on parallel notebooks randomly fail - https://github.com/jupyter/nbclient/pull/74#issuecomment-635929953 -%pytest -k 'not test_many_parallel_notebooks or test_async_parallel_notebooks' +%pytest -k 'not (test_many_parallel_notebooks or test_async_parallel_notebooks)' %endif %if ! %{with test}