From d5e6411c4575a18be071a13aea38965c215cffd7 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sun, 19 Oct 2025 00:49:24 +0200 Subject: [PATCH] test: disable asyncio fixture --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 74c60bd..64459b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"