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 973f681 commit b93cc84Copy full SHA for b93cc84
pyproject.toml
@@ -29,7 +29,7 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]
29
30
[project.optional-dependencies]
31
rtc = ["jupyterlab>=4.2.0", "jupyter_collaboration>=3.0.0a0"]
32
-test = ["pytest~=8.2", "pytest-jupyter[server]>=0.6", "pytest-timeout"]
+test = ["pytest~=8.2", "pytest-cov", "pytest-jupyter[server]>=0.6", "pytest-timeout"]
33
lint = ["mdformat>0.7", "mdformat-gfm>=0.3.5", "ruff>=0.4.0"]
34
typing = ["mypy>=0.990"]
35
0 commit comments