Skip to content

Commit 1fed896

Browse files
test: set asyncio pytest options
1 parent 4e38fa8 commit 1fed896

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ pytest-xdist = "^3.6.1"
3030

3131
[tool.pytest.ini_options]
3232
testpaths = ["tests"]
33+
asyncio_mode = "auto"
34+
asyncio_default_fixture_loop_scope = "function"
3335
norecursedirs = [
3436
".cache",
3537
".eggs",

0 commit comments

Comments
 (0)