Skip to content

Commit

Permalink
Update with jupyter-ydoc v3.0.2 (#412)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent ed544ba commit a4f6108
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/jupyter-server-ydoc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ authors = [
]
dependencies = [
"jupyter_server>=2.11.1,<3.0.0",
"jupyter_ydoc>=2.1.2,<4.0.0",
"jupyter_ydoc>=2.1.2,<4.0.0,!=3.0.0,!=3.0.1",
"pycrdt",
"pycrdt-websocket>=0.15.0,<0.16.0",
"jupyter_events>=0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion ui-tests/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
},
expect: {
toMatchSnapshot: {
maxDiffPixelRatio: 0.01
maxDiffPixelRatio: 0.0001
}
}
};
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a4f6108

Please sign in to comment.