Skip to content

Commit dfaeaeb

Browse files
committed
set default fixture loop scope
1 parent bd8a351 commit dfaeaeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/web/server/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ commit_args = --no-verify
1212
[tool:pytest]
1313
addopts = --strict-markers
1414
asyncio_mode = auto
15+
asyncio_default_fixture_loop_scope = function
1516
markers =
1617
slow: marks tests as slow (deselect with '-m "not slow"')
1718
acceptance_test: "marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."

0 commit comments

Comments
 (0)