test: Make pytest automatically recognize async tests

This commit is contained in:
2023-10-31 05:59:42 +01:00
parent 4996931b54
commit a05a1aa182
2 changed files with 1 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ max-line-length = 120
[tool.pytest.ini_options]
addopts = "--cov=. --no-cov-on-fail"
asyncio_mode = "auto"
ignore = "examples"
[build-system]