Skip to content

Commit 244cd2a

Browse files
bnavigatorbmwiedemann
bnavigator
authored andcommitted
Update python-jupyter-ydoc to version 1.0.2 / rev 4 via SR 1092986
https://build.opensuse.org/request/show/1092986 by user bnavigator + dimstar_suse - Kill nodejs in between pytest runs gh#jupyter-server/jupyter_ydoc#168
1 parent 9268f91 commit 244cd2a

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

packages/p/python-jupyter-ydoc/.files

0 Bytes
Binary file not shown.

packages/p/python-jupyter-ydoc/.rev

+9
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,13 @@
5050
* Import shared model #86 (@fcollonval) (forwarded request 1092711 from bnavigator)</comment>
5151
<requestid>1092712</requestid>
5252
</revision>
53+
<revision rev="4" vrev="2">
54+
<srcmd5>db6d8d850706bef232e61347dff68d95</srcmd5>
55+
<version>1.0.2</version>
56+
<time>1686752989</time>
57+
<user>dimstar_suse</user>
58+
<comment>- Kill nodejs in between pytest runs
59+
gh#jupyter-server/jupyter_ydoc#168</comment>
60+
<requestid>1092986</requestid>
61+
</revision>
5362
</revisionlist>

packages/p/python-jupyter-ydoc/python-jupyter-ydoc.changes

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
-------------------------------------------------------------------
2+
Tue Jun 13 20:44:17 UTC 2023 - Ben Greiner <[email protected]>
3+
4+
- Kill nodejs in between pytest runs
5+
gh#jupyter-server/jupyter_ydoc#168
6+
17
-------------------------------------------------------------------
28
Sun Jun 11 21:02:51 UTC 2023 - Ben Greiner <[email protected]>
39

packages/p/python-jupyter-ydoc/python-jupyter-ydoc.spec

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ BuildRequires: %{python_module websockets >= 10.0}
4747
BuildRequires: %{python_module y-py >= 0.6.0 with %python-y-py < 0.7.0}
4848
BuildRequires: %{python_module ypy-websocket >= 0.8.3 with %python-ypy-websocket < 0.9}
4949
BuildRequires: nodejs
50+
BuildRequires: procps
5051
BuildRequires: yarn
5152
# /SECTION
5253
%python_subpackages
@@ -69,8 +70,8 @@ Built-in documents include:
6970
%python_expand %fdupes %{buildroot}%{$python_sitelib}
7071

7172
%check
72-
# tests NEED -vv
73-
%pytest -vv
73+
# https://github.com/jupyter-server/jupyter_ydoc/issues/168
74+
%pytest -v && pkill -f yjs_client_0.js -e
7475

7576
%files %{python_files}
7677
%{python_sitelib}/jupyter_ydoc

0 commit comments

Comments
 (0)