Skip to content

Commit 6c04c82

Browse files
authored
specify default event loop for async tests (#3424)
1 parent 276b997 commit 6c04c82

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
@@ -379,6 +379,7 @@ testpaths = ["tests", "docs/user-guide"]
379379
log_cli_level = "INFO"
380380
xfail_strict = true
381381
asyncio_mode = "auto"
382+
asyncio_default_fixture_loop_scope = "function"
382383
doctest_optionflags = [
383384
"NORMALIZE_WHITESPACE",
384385
"ELLIPSIS",

0 commit comments

Comments
 (0)