Hello community,
here is the log from the commit of package python-jupyter_nbconvert for
openSUSE:Factory checked in at 2018-11-20 22:44:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_nbconvert (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter_nbconvert.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter_nbconvert"
Tue Nov 20 22:44:19 2018 rev:10 rq:650534 version:5.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyter_nbconvert/python-jupyter_nbconvert.changes
2018-09-19 14:33:28.159299251 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter_nbconvert.new.19453/python-jupyter_nbconvert.changes
2018-11-20 22:45:05.190222733 +0100
@@ -1,0 +2,6 @@
+Tue Nov 20 16:03:52 UTC 2018 - Todd R <[email protected]>
+
+- Disable test due to use of old IPython reference files.
+ See https://github.com/jupyter/nbconvert/issues/898
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter_nbconvert.spec ++++++
--- /var/tmp/diff_new_pack.YJALLq/_old 2018-11-20 22:45:06.046222401 +0100
+++ /var/tmp/diff_new_pack.YJALLq/_new 2018-11-20 22:45:06.046222401 +0100
@@ -125,10 +125,12 @@
%check
pushd docs
export LANG=en_US.UTF-8
+# test_run_notebooks disabled until IPython 7 incompatibility in tests fixed.
+# See https://github.com/jupyter/nbconvert/issues/898
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
$python -m ipykernel.kernelspec --user
py.test-%{$python_bin_suffix} -v --pyargs \
- -k 'not (test_svg_handling or test_pandoc_extra_args or
test_markdown2rst)' nbconvert
+ -k 'not (test_svg_handling or test_pandoc_extra_args or test_markdown2rst
or test_run_notebooks)' nbconvert
}
popd