We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c7e03 commit 2cf86e3Copy full SHA for 2cf86e3
pyproject.toml
@@ -75,6 +75,8 @@ packages = ["arangoasync"]
75
[tool.pytest.ini_options]
76
addopts = "-s -vv -p no:warnings"
77
minversion = "6.0"
78
+asyncio_mode = "auto"
79
+asyncio_default_fixture_loop_scope = "function"
80
testpaths = ["tests"]
81
82
[tool.coverage.run]
0 commit comments