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 37a9734 commit 0e87641Copy full SHA for 0e87641
pyproject.toml
@@ -57,7 +57,7 @@ docs = [
57
"sphinx-click",
58
]
59
test = [
60
- "fastapi",
+ "fastapi<0.115.12",
61
"pre-commit",
62
"pytest>=7.0",
63
"pytest-mock",
@@ -88,7 +88,7 @@ nowarn = "test -W default {args}"
88
89
[tool.hatch.envs.cov]
90
features = ["test"]
91
-dependencies = ["coverage[toml]", "pytest-cov<7"]
+dependencies = ["coverage[toml]", "pytest-cov"]
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