Skip to content

Commit 0e87641

Browse files
committed
dbg
1 parent 37a9734 commit 0e87641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ docs = [
5757
"sphinx-click",
5858
]
5959
test = [
60-
"fastapi",
60+
"fastapi<0.115.12",
6161
"pre-commit",
6262
"pytest>=7.0",
6363
"pytest-mock",
@@ -88,7 +88,7 @@ nowarn = "test -W default {args}"
8888

8989
[tool.hatch.envs.cov]
9090
features = ["test"]
91-
dependencies = ["coverage[toml]", "pytest-cov<7"]
91+
dependencies = ["coverage[toml]", "pytest-cov"]
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)