Skip to content

Temporary CI fix #7544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -60,6 +60,7 @@ test = [
"jupyter_server[test]>=2.4.0,<3",
"jupyterlab_server[test]>=2.27.1,<3",
"importlib-resources>=5.0;python_version<\"3.10\"",
"jupyter_server @ git+https://github.com/jupyter-server/jupyter_server@main",
]
docs = [
"myst_parser",
@@ -74,6 +75,9 @@ dev = [
"hatch"
]

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.version]
path = "notebook/_version.py"
validate-bump = false

Unchanged files with check annotations Beta

// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
import { IJupyterLabPage, expect, galata } from '@jupyterlab/galata';

Check warning on line 4 in ui-tests/test/mobile.spec.ts

GitHub Actions / Test Lint

'IJupyterLabPage' is defined but never used
import { test } from './fixtures';