test: disable asyncio fixture

This commit is contained in:
Chris Coutinho
2025-10-19 00:49:24 +02:00
parent 7818eb104e
commit d5e6411c45
+1
View File
@@ -19,6 +19,7 @@ dependencies = [
[tool.pytest.ini_options]
anyio_mode = "auto"
addopts = "-p no:asyncio" # Disable pytest-asyncio plugin, use only anyio
log_cli = 1
log_cli_level = "WARN"
log_level = "WARN"