Skip to content

Commit 2cf86e3

Browse files
committed
Adding asyncio setting explicitly
1 parent 38c7e03 commit 2cf86e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ packages = ["arangoasync"]
7575
[tool.pytest.ini_options]
7676
addopts = "-s -vv -p no:warnings"
7777
minversion = "6.0"
78+
asyncio_mode = "auto"
79+
asyncio_default_fixture_loop_scope = "function"
7880
testpaths = ["tests"]
7981

8082
[tool.coverage.run]

0 commit comments

Comments
 (0)