From 345c88b94183c6e620ffcb874225422fbbb96824 Mon Sep 17 00:00:00 2001 From: reneradoi Date: Thu, 7 Nov 2024 11:39:25 +0000 Subject: [PATCH] fix errors and warnings for integration test run --- pyproject.toml | 1 + tests/integration/__init__.py | 0 2 files changed, 1 insertion(+) create mode 100644 tests/integration/__init__.py diff --git a/pyproject.toml b/pyproject.toml index 3cd9efd..13c2951 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,6 +63,7 @@ show_missing = true minversion = "6.0" log_cli_level = "INFO" asyncio_mode = "auto" +asyncio_default_fixture_loop_scope = "function" # Linting tools configuration [tool.ruff] diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py new file mode 100644 index 0000000..e69de29