diff --git a/pyproject.toml b/pyproject.toml index 9e80cc3..fa914f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,7 @@ reportMissingImports = true testpaths = ["tests"] pythonpath = ["src"] addopts = "-ra --strict-markers --cov=bloomy --cov-report=term-missing" +asyncio_default_fixture_loop_scope = "function" markers = [ "integration: marks tests that hit the real Bloom Growth API (deselect with '-m \"not integration\"')", ]