Skip to content

Commit 8785351

Browse files
committed
Test pycrdt-websocket PR 22
1 parent 1b29c9a commit 8785351

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
pip install "jupyterlab>=4.0.0,<5"
3131
pip install -e .
32+
pip install https://github.com/davidbrochart/pycrdt-websocket/archive/sqlite-anyio.zip
3233
jlpm
3334
3435
- name: Run pre-commit
@@ -70,6 +71,7 @@ jobs:
7071
run: |
7172
pip install "jupyterlab>=4.0.0,<5"
7273
pip install -e .
74+
pip install https://github.com/davidbrochart/pycrdt-websocket/archive/sqlite-anyio.zip
7375
jlpm
7476
7577
- name: Run Tests
@@ -105,6 +107,7 @@ jobs:
105107
run: |
106108
python -m pip install "jupyterlab>=4.0.0,<5"
107109
pip install -e ".[test]" codecov
110+
pip install https://github.com/davidbrochart/pycrdt-websocket/archive/sqlite-anyio.zip
108111
109112
- name: List installed packages
110113
run: |
@@ -176,6 +179,7 @@ jobs:
176179
- name: Install the Python dependencies
177180
run: |
178181
pip install -e ".[test]"
182+
pip install https://github.com/davidbrochart/pycrdt-websocket/archive/sqlite-anyio.zip
179183
180184
- name: List installed packages
181185
run: |
@@ -218,6 +222,7 @@ jobs:
218222
cd test
219223
python -m pip install "jupyterlab>=4.0.0,<5"
220224
python -m pip install ".[test]"
225+
python -m pip install https://github.com/davidbrochart/pycrdt-websocket/archive/sqlite-anyio.zip
221226
echo "::endgroup::"
222227
223228
- name: Run Test

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
dependencies = [
3030
"jupyter_server>=2.0.0,<3.0.0",
3131
"jupyter_ydoc>=2.0.0,<3.0.0",
32-
"pycrdt-websocket>=0.12.5,<0.13.0",
32+
#"pycrdt-websocket>=0.12.5,<0.13.0",
3333
"jupyter_events>=0.10.0",
3434
"jupyter_server_fileid>=0.7.0,<1",
3535
"jsonschema>=4.18.0"

0 commit comments

Comments
 (0)