From 4c2467fe7f73ae4190f3e013c2beb3caec9e4b95 Mon Sep 17 00:00:00 2001 From: Alex Zgabur Date: Thu, 5 Sep 2024 15:45:00 +0200 Subject: [PATCH] Remove pytest-asyncio lib Signed-off-by: Alex Zgabur --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a61bfa3..3b7f3927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ python = "^3.11" typing_extensions = "*" pytest-xdist = "*" pytest = "*" -pytest-asyncio = ">=0.23.4" pytest-html = "*" dynaconf = "*" dnspython = "*" @@ -61,7 +60,6 @@ log_date_format = "%H:%M:%S %z" log_level = "INFO" junit_logging = "all" junit_family = "xunit2" -asyncio_mode = "auto" xfail_strict = true # Pylint: