Add asyncio_mode setting for pytest

This commit is contained in:
Matthias 2022-01-17 20:02:59 +01:00
parent 91236c1876
commit d813fef95b
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ multi_line_output=0
lines_after_imports=2
skip_glob = ["**/.env*", "**/env/*", "**/.venv/*", "**/docs/*"]
[tool.pytest.ini_options]
asyncio_mode = "auto"
[build-system]
requires = ["setuptools >= 46.4.0", "wheel"]
build-backend = "setuptools.build_meta"