diff --git a/tests/conftest.py b/tests/conftest.py index a9a829c..2b58566 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -6,8 +6,8 @@ from pathlib import Path import pytest -from websockets import serve # type: ignore from pycrdt_websocket import WebsocketServer +from websockets import serve # type: ignore # workaround until these PRs are merged: # - https://github.com/yjs/y-websocket/pull/104 diff --git a/tests/test_pycrdt_yjs.py b/tests/test_pycrdt_yjs.py index e093ea0..77cda03 100644 --- a/tests/test_pycrdt_yjs.py +++ b/tests/test_pycrdt_yjs.py @@ -7,8 +7,8 @@ import pytest from anyio import Event, create_task_group, move_on_after from pycrdt import Doc, Map -from websockets import connect # type: ignore from pycrdt_websocket import WebsocketProvider +from websockets import connect # type: ignore from jupyter_ydoc import YNotebook from jupyter_ydoc.utils import cast_all