Benjamin Greiner 2021-09-22 19:04:01 +00:00 committed by Git OBS Bridge
parent c8a79a7e52
commit 437d62523e

View File

@ -81,7 +81,7 @@ NBClient is a tool for parameterizing andexecuting Jupyter Notebooks.
%check
export IPYKERNEL_CELL_NAME="<IPY-INPUT>"
# 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}