From 0cce087c69fed0a324df512f9beb8c3a7a88a802 Mon Sep 17 00:00:00 2001 From: Franccesco Orozco Date: Thu, 23 Jul 2026 19:55:18 -0600 Subject: [PATCH] dream: set asyncio_default_fixture_loop_scope=function Dream dream-2026-07-23.1 finding 009. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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\"')", ]