We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7341bcb commit deef001Copy full SHA for deef001
pyproject.toml
@@ -28,10 +28,11 @@ jupyterlab = ["jupyterlab-commands-toolkit"]
28
jupyter_ai = ["jupyter_ai_tools>=0.2.0"]
29
test = [
30
"pytest>=7.0",
31
- "pytest-asyncio>=0.21.0",
+ "pytest-asyncio>=0.21.0",
32
"pytest-jupyter[server]>=0.6",
33
"pytest-tornasync>=0.6.0",
34
- "pytest-mock>=3.10.0"
+ "pytest-mock>=3.10.0",
35
+ "pytest-cov>=4.0.0"
36
]
37
dev = [
38
"ruff>=0.1.0"
0 commit comments