Set pytest-timeout on async python tests

This commit is contained in:
link2xt
2023-03-22 20:41:17 +00:00
parent fb88f2e6ab
commit 043ae48806

View File

@@ -15,6 +15,7 @@ passenv =
deps =
pytest
pytest-asyncio
pytest-timeout
aiohttp
aiodns
@@ -27,3 +28,6 @@ deps =
commands =
black --quiet --check --diff src/ examples/ tests/
ruff src/ examples/ tests/
[pytest]
timeout = 60