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 f543b81 commit 37a9734Copy full SHA for 37a9734
pyproject.toml
@@ -88,7 +88,7 @@ nowarn = "test -W default {args}"
88
89
[tool.hatch.envs.cov]
90
features = ["test"]
91
-dependencies = ["coverage[toml]", "pytest-cov"]
+dependencies = ["coverage[toml]", "pytest-cov<7"]
92
[tool.hatch.envs.cov.scripts]
93
test = "python -m pytest -vv --cov jupyter_releaser --cov-branch --cov-report term-missing:skip-covered {args}"
94
nowarn = "test -W default {args}"
0 commit comments