try some options

This commit is contained in:
Lendemor 2024-10-04 22:27:11 +02:00
parent 2425dd8f36
commit 398ce13cb0

View File

@ -102,4 +102,5 @@ lint.pydocstyle.convention = "google"
"*/blank.py" = ["I001"]
[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"
asyncio_default_fixture_loop_scope = "function"
asyncio_mode = "auto"