chore: add setting to avoid deprecation warning from pytest-asyncio

This commit is contained in:
Matthias
2024-08-29 20:24:52 +02:00
parent 59d47955a0
commit ca3dee7b37

View File

@@ -86,6 +86,7 @@ log_format = "%(asctime)s %(levelname)s %(message)s"
log_date_format = "%Y-%m-%d %H:%M:%S"
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
addopts = "--dist loadscope"
[tool.mypy]