From cd0d168ab414a0e42e15113c57eb1dcad0c4ec61 Mon Sep 17 00:00:00 2001 From: Achintya Jai <153343775+pUrGe12@users.noreply.github.com> Date: Wed, 3 Sep 2025 04:04:18 +0530 Subject: [PATCH] pyproject updates to fix warnings issued by pytest (#1130) * updated pyproject to fix warnings issued by pytest * Update pyproject.toml --------- Co-authored-by: Arkadii Yakovets --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a9283342..e6939b9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,6 +92,7 @@ profile = "black" [tool.pytest.ini_options] addopts = "--cov=nettacker --cov-config=pyproject.toml --cov-report term --cov-report xml --dist loadscope --no-cov-on-fail --numprocesses auto" +asyncio_default_fixture_loop_scope = "function" testpaths = ["tests"] [tool.ruff]