Skip to content

Commit b93cc84

Browse files
committed
Fix pytest dep
1 parent 973f681 commit b93cc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]
2929

3030
[project.optional-dependencies]
3131
rtc = ["jupyterlab>=4.2.0", "jupyter_collaboration>=3.0.0a0"]
32-
test = ["pytest~=8.2", "pytest-jupyter[server]>=0.6", "pytest-timeout"]
32+
test = ["pytest~=8.2", "pytest-cov", "pytest-jupyter[server]>=0.6", "pytest-timeout"]
3333
lint = ["mdformat>0.7", "mdformat-gfm>=0.3.5", "ruff>=0.4.0"]
3434
typing = ["mypy>=0.990"]
3535

0 commit comments

Comments
 (0)