Skip to content

Commit 364fd6b

Browse files
committed
chore: add asyncio dep
1 parent 6320f52 commit 364fd6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/toolbox-core/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ test = [
4444
"isort==6.0.1",
4545
"mypy==1.15.0",
4646
"pytest==8.3.5",
47-
"pytest-aioresponses==0.3.0"
47+
"pytest-aioresponses==0.3.0",
48+
"pytest-asyncio==0.25.3",
4849
]
4950
[build-system]
5051
requires = ["setuptools"]

0 commit comments

Comments
 (0)