declare asyncio mode
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=36
This commit is contained in:
parent
d73f8ad75c
commit
4a8c0ba8e0
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user