Benjamin Greiner 2022-01-15 20:26:28 +00:00 committed by Git OBS Bridge
parent 69b0895bf1
commit 82de29a475

View File

@ -89,7 +89,7 @@ NBClient is a tool for parameterizing andexecuting Jupyter Notebooks.
%check
export IPYKERNEL_CELL_NAME="<IPY-INPUT>"
# tests on parallel notebooks randomly fail (4 tests) - https://github.com/jupyter/nbclient/pull/74#issuecomment-635929953
%pytest -vv -k 'not parallel_notebooks'
%pytest -k 'not parallel_notebooks'
%endif
%if ! %{with test}