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-02-28 19:43:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old)
and /work/SRC/openSUSE:Factory/.python-nbclient.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbclient"
Mon Feb 28 19:43:46 2022 rev:18 rq:958022 version:0.5.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes
2022-02-18 23:03:37.889409616 +0100
+++
/work/SRC/openSUSE:Factory/.python-nbclient.new.1958/python-nbclient.changes
2022-02-28 19:44:12.237955572 +0100
@@ -1,0 +2,5 @@
+Mon Feb 28 10:17:42 UTC 2022 - Ben Greiner <[email protected]>
+
+- Skip more failing tests due to new Exception message format
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nbclient.spec ++++++
--- /var/tmp/diff_new_pack.quT0lg/_old 2022-02-28 19:44:15.421956765 +0100
+++ /var/tmp/diff_new_pack.quT0lg/_new 2022-02-28 19:44:15.425956766 +0100
@@ -60,6 +60,7 @@
BuildRequires: %{python_module ipywidgets < 8}
BuildRequires: %{python_module nbclient = %{version}}
BuildRequires: %{python_module pytest >= 4.1}
+BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module xmltodict}
%endif
%python_subpackages
@@ -89,9 +90,9 @@
# 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)"
+%pytest -v -k "not ($donttest)" --asyncio-mode=auto
%endif
%if ! %{with test}