Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-nbclient for openSUSE:Factory
checked in at 2022-01-17 22:34:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old)
and /work/SRC/openSUSE:Factory/.python-nbclient.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclient"
Mon Jan 17 22:34:30 2022 rev:16 rq:947047 version:0.5.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes
2022-01-15 21:45:48.209633270 +0100
+++
/work/SRC/openSUSE:Factory/.python-nbclient.new.1892/python-nbclient.changes
2022-01-17 22:35:29.086300901 +0100
@@ -1,0 +2,5 @@
+Mon Jan 17 19:50:25 UTC 2022 - Ben Greiner <[email protected]>
+
+- Skip a flaky test gh#jupyter/nbclient#189
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbclient.spec ++++++
--- /var/tmp/diff_new_pack.4U4vpQ/_old 2022-01-17 22:35:29.430301129 +0100
+++ /var/tmp/diff_new_pack.4U4vpQ/_new 2022-01-17 22:35:29.434301132 +0100
@@ -89,7 +89,11 @@
%check
export IPYKERNEL_CELL_NAME="<IPY-INPUT>"
# tests on parallel notebooks randomly fail (4 tests) -
https://github.com/jupyter/nbclient/pull/74#issuecomment-635929953
-%pytest -k 'not parallel_notebooks'
+donttest="parallel_notebooks"
+# https://github.com/jupyter/nbclient/issues/189
+donttest+=" or (test_run_all_notebooks and Interrupt.ipynb)"
+# extra -v for more verbose error diffs
+%pytest -v -k "not ($donttest)"
%endif
%if ! %{with test}