From 8cc450719161e8fa7e99f9c34cee59bbe48f7e1a01882aa9652cd1200c905ad0 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 1 May 2023 19:08:57 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=57 --- python-nbconvert.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-nbconvert.spec b/python-nbconvert.spec index 52d1b93..20955ff 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -149,6 +149,8 @@ export LANG=en_US.UTF-8 export PYTHONDONTWRITEBYTECODE=1 # requires modules not installed: https://github.com/jupyter/nbconvert/issues/1846 donttest="test_convert_full_qualified_name or test_post_processor" +# https://github.com/jupyter/nbconvert/pull/1985 +donttest+=" or test_errors_print_traceback" %{python_expand # installed package in :test flavor $python -m ipykernel.kernelspec --user pytest-%{$python_bin_suffix} -v -m 'not network' -k "not ($donttest)" --pyargs nbconvert From aa90db6b5446cc113c65083b8521c39a246d1136ec3f2f943b004f5110eec12f Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 1 May 2023 19:09:42 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=58 --- python-nbconvert.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-nbconvert.changes b/python-nbconvert.changes index 3ed794e..7079043 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 1 19:09:03 UTC 2023 - Ben Greiner + +- Skip a test broken by ipython 8.13 + * test_errors_print_traceback: gh#jupyter/nbconvert#1985 + ------------------------------------------------------------------- Sun Apr 23 17:35:56 UTC 2023 - Ben Greiner