Benjamin Greiner 2022-02-28 10:29:43 +00:00 committed by Git OBS Bridge
parent d73f8ad75c
commit 4a8c0ba8e0

View File

@ -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}