diff --git a/pyproject.toml b/pyproject.toml index d521f29..2da1747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ multiline-quotes = "single" [tool.pytest.ini_options] pythonpath = ["src"] +asyncio_default_fixture_loop_scope = "function" [tool.uv] dev-dependencies = [ @@ -70,7 +71,7 @@ dev-dependencies = [ "python-dateutil>=2.8.1", "python-dotenv>=0.17.1", "pytest-cov>=3", - "pytest-asyncio>=0.16.0", + "pytest-asyncio>=0.24.0", "poethepoet>=0.16.4", "ruff>=0.6.3", ]