Skip to content

Commit 3238d59

Browse files
authored
test: set asyncio_default_fixture_loop_scope (#275)
Fixes #273
1 parent 24db477 commit 3238d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ addopts = [
173173
"-m not e2e", # default behaviour: do not run e2e tests
174174
]
175175
asyncio_mode = "auto"
176+
asyncio_default_fixture_loop_scope = "function"
176177
filterwarnings = [
177178
"error",
178179
]

0 commit comments

Comments
 (0)