Skip to content

Commit a4feb9a

Browse files
committed
Remove unneeded test deps from pyproject
1 parent 1069928 commit a4feb9a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,13 @@ testing = ["playwright"]
9393
[tool.hatch.envs.hatch-test]
9494
extra-dependencies = [
9595
"pytest-sugar",
96-
"pytest-asyncio>=0.23",
97-
"pytest-timeout",
98-
"coverage[toml]>=6.5",
96+
"pytest-asyncio",
9997
"responses",
10098
"playwright",
10199
"jsonpointer",
102100
"uvicorn[standard]",
103101
"jinja2-simple-tags",
104-
"jinja2 >=3",
102+
"jinja2",
105103
"starlette",
106104
]
107105

0 commit comments

Comments
 (0)