Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-nbconvert for openSUSE:Factory checked in at 2023-05-02 16:18:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbconvert (Old) and /work/SRC/openSUSE:Factory/.python-nbconvert.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbconvert" Tue May 2 16:18:52 2023 rev:22 rq:1083898 version:7.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbconvert/python-nbconvert.changes 2023-04-24 22:31:13.055512188 +0200 +++ /work/SRC/openSUSE:Factory/.python-nbconvert.new.1533/python-nbconvert.changes 2023-05-02 16:23:24.131367330 +0200 @@ -1,0 +2,6 @@ +Mon May 1 19:09:03 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Skip a test broken by ipython 8.13 + * test_errors_print_traceback: gh#jupyter/nbconvert#1985 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbconvert.spec ++++++ --- /var/tmp/diff_new_pack.SjPkEC/_old 2023-05-02 16:23:25.059372833 +0200 +++ /var/tmp/diff_new_pack.SjPkEC/_new 2023-05-02 16:23:25.063372856 +0200 @@ -149,6 +149,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