From 4a8c0ba8e0551eea94a9a41785532c62dcfc69ff66e6b98d6ed2ae3d50398a7a Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 28 Feb 2022 10:29:43 +0000 Subject: [PATCH] declare asyncio mode OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=36 --- python-nbclient.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-nbclient.spec b/python-nbclient.spec index 98f30ff..22f5c6c 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -92,7 +92,7 @@ donttest="parallel_notebooks" # https://github.com/jupyter/nbclient/issues/189 donttest+=" or (test_run_all_notebooks and (opts6 or opts8 or opts9))" # extra -v for more verbose error diffs -%pytest -v -k "not ($donttest)" +%pytest -v -k "not ($donttest)" --asyncio-mode=auto %endif %if ! %{with test}