diff --git a/python-nbclient.spec b/python-nbclient.spec index 3554cc6..83f863e 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -89,7 +89,7 @@ NBClient is a tool for parameterizing andexecuting Jupyter Notebooks. %check export IPYKERNEL_CELL_NAME="" # 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}