try adding pytest-asyncio

This commit is contained in:
Kenneth Kehl
2025-06-04 10:45:38 -07:00
parent 09cf2098af
commit 1981c02207
3 changed files with 22 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ moto = "*"
pip-audit = "*"
pre-commit = "^4.2.0"
pytest = "^8.3.2"
pytest-asyncio = "^1.0.0"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.1"
pytest-playwright = "^0.7.0"