Skip to content

Commit e18c6b7

Browse files
committed
Fix missing test dependencies
1 parent 3ff50b1 commit e18c6b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ dependencies = [
121121
"pytest-cov==4.1.0",
122122
"pytest-mock==3.12.0",
123123
"pytest-asyncio==0.23.5",
124+
"fastapi",
125+
"httpx",
124126
]
125127
[tool.hatch.envs.test.scripts]
126128
run-coverage = "pytest --cov-config=pyproject.toml --cov=pkg --cov=tests"

0 commit comments

Comments
 (0)