Skip to content

Commit a4f6108

Browse files
davidbrocharttrungleducgithub-actions[bot]
authored
Update with jupyter-ydoc v3.0.2 (jupyterlab#412)
* Empty commit * Stricter test * Update Playwright Snapshots * Exclude jupyter-ydoc v3.0.0 and v3.0.1 --------- Co-authored-by: Duc Trung Le <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ed544ba commit a4f6108

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

projects/jupyter-server-ydoc/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ authors = [
2929
]
3030
dependencies = [
3131
"jupyter_server>=2.11.1,<3.0.0",
32-
"jupyter_ydoc>=2.1.2,<4.0.0",
32+
"jupyter_ydoc>=2.1.2,<4.0.0,!=3.0.0,!=3.0.1",
3333
"pycrdt",
3434
"pycrdt-websocket>=0.15.0,<0.16.0",
3535
"jupyter_events>=0.10.0",

ui-tests/playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
},
2121
expect: {
2222
toMatchSnapshot: {
23-
maxDiffPixelRatio: 0.01
23+
maxDiffPixelRatio: 0.0001
2424
}
2525
}
2626
};
13 Bytes
Loading
-4.3 KB
Loading
-4.24 KB
Loading
-3.27 KB
Loading
-3.27 KB
Loading

0 commit comments

Comments
 (0)