Skip to content

Commit 37a9734

Browse files
committed
pytest-cov?
1 parent f543b81 commit 37a9734

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
@@ -88,7 +88,7 @@ nowarn = "test -W default {args}"
8888

8989
[tool.hatch.envs.cov]
9090
features = ["test"]
91-
dependencies = ["coverage[toml]", "pytest-cov"]
91+
dependencies = ["coverage[toml]", "pytest-cov<7"]
9292
[tool.hatch.envs.cov.scripts]
9393
test = "python -m pytest -vv --cov jupyter_releaser --cov-branch --cov-report term-missing:skip-covered {args}"
9494
nowarn = "test -W default {args}"

0 commit comments

Comments
 (0)