We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262781e commit 4ddad5aCopy full SHA for 4ddad5a
tests/conftest.py
@@ -91,7 +91,7 @@ def _make_notebook_app(**kwargs):
91
)
92
93
# Copy the schema files.
94
- test_data = str(files("jupyterlab_server.test_data").joinpath(""))
+ test_data = str(files("jupyterlab_server.test_data")._paths[0]) # type: ignore
95
src = pathlib.PurePath(test_data, "schemas", "@jupyterlab")
96
dst = pathlib.PurePath(str(schemas_dir), "@jupyterlab")
97
if os.path.exists(dst):
0 commit comments