From f9f1c412c061ebd0198272bb55cb3a8b8cf25ada Mon Sep 17 00:00:00 2001 From: jamshale Date: Tue, 29 Oct 2024 20:22:56 +0000 Subject: [PATCH] Adjust devcontainer default fixture scope Signed-off-by: jamshale --- .devcontainer/post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/post-install.sh b/.devcontainer/post-install.sh index 53b149373b..0edc96fe5a 100644 --- a/.devcontainer/post-install.sh +++ b/.devcontainer/post-install.sh @@ -31,5 +31,5 @@ markers = [ "postgres: Tests relating to the postgres storage plugin for Indy"] junit_family = "xunit1" asyncio_mode = auto -asyncio_default_fixture_loop_scope = session +asyncio_default_fixture_loop_scope = module EOF