build: Add pytest-asyncio to enable async MCP service tests (#36251)

This commit is contained in:
Amin Ghadersohi
2025-11-26 10:47:48 +11:00
committed by GitHub
parent fb2a8ac9a2
commit ab36bd3965
4 changed files with 38 additions and 37 deletions

View File

@@ -212,6 +212,7 @@ development = [
"pyinstrument>=4.0.2,<5",
"pylint",
"pytest<8.0.0", # hairy issue with pytest >=8 where current_app proxies are not set in time
"pytest-asyncio",
"pytest-cov",
"pytest-mock",
"python-ldap>=3.4.4",