Skip to content

Commit 674bb62

Browse files
committed
Add pytest-asyncio dependency for improved async testing support
1 parent 0cd3555 commit 674bb62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies = [
1414
"ruff>=0.11.8",
1515
"pytest>=8.3.5",
1616
"pytest-cov>=6.1.1",
17+
"pytest-asyncio>=0.26.0",
1718
]
1819

1920
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)