diff --git a/python-nbclient.changes b/python-nbclient.changes index 9be6d9e..6d21d61 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 28 10:17:42 UTC 2022 - Ben Greiner + +- Skip more failing tests due to new Exception message format + ------------------------------------------------------------------- Thu Feb 17 16:33:39 UTC 2022 - Arun Persaud diff --git a/python-nbclient.spec b/python-nbclient.spec index 625bbcb..98f30ff 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -90,7 +90,7 @@ export IPYKERNEL_CELL_NAME="" # tests on parallel notebooks randomly fail (4 tests) - https://github.com/jupyter/nbclient/pull/74#issuecomment-635929953 donttest="parallel_notebooks" # https://github.com/jupyter/nbclient/issues/189 -donttest+=" or (test_run_all_notebooks and Interrupt.ipynb)" +donttest+=" or (test_run_all_notebooks and (opts6 or opts8 or opts9))" # extra -v for more verbose error diffs %pytest -v -k "not ($donttest)" %endif