Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyter-ydoc for
openSUSE:Factory checked in at 2023-06-14 16:29:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter-ydoc (Old)
and /work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyter-ydoc"
Wed Jun 14 16:29:49 2023 rev:4 rq:1092986 version:1.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyter-ydoc/python-jupyter-ydoc.changes
2023-06-13 16:09:53.147018411 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyter-ydoc.new.15902/python-jupyter-ydoc.changes
2023-06-14 16:31:16.635182908 +0200
@@ -1,0 +2,6 @@
+Tue Jun 13 20:44:17 UTC 2023 - Ben Greiner <[email protected]>
+
+- Kill nodejs in between pytest runs
+ gh#jupyter-server/jupyter_ydoc#168
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyter-ydoc.spec ++++++
--- /var/tmp/diff_new_pack.dIIlmA/_old 2023-06-14 16:31:17.311187064 +0200
+++ /var/tmp/diff_new_pack.dIIlmA/_new 2023-06-14 16:31:17.311187064 +0200
@@ -47,6 +47,7 @@
BuildRequires: %{python_module y-py >= 0.6.0 with %python-y-py < 0.7.0}
BuildRequires: %{python_module ypy-websocket >= 0.8.3 with
%python-ypy-websocket < 0.9}
BuildRequires: nodejs
+BuildRequires: procps
BuildRequires: yarn
# /SECTION
%python_subpackages
@@ -69,8 +70,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# tests NEED -vv
-%pytest -vv
+# https://github.com/jupyter-server/jupyter_ydoc/issues/168
+%pytest -v && pkill -f yjs_client_0.js -e
%files %{python_files}
%{python_sitelib}/jupyter_ydoc