Skip to content

Commit 71e776a

Browse files
committed
Adjust devcontainer default fixture scope
Signed-off-by: jamshale <[email protected]>
1 parent 4e0043c commit 71e776a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/post-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ markers = [
3131
"postgres: Tests relating to the postgres storage plugin for Indy"]
3232
junit_family = "xunit1"
3333
asyncio_mode = auto
34-
asyncio_default_fixture_loop_scope = session
34+
asyncio_default_fixture_loop_scope = module
3535
EOF

0 commit comments

Comments
 (0)