We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f1aab commit d60e406Copy full SHA for d60e406
pyproject.toml
@@ -173,6 +173,7 @@ disable = [
173
[tool.pytest.ini_options]
174
addopts = "-W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning -vv"
175
testpaths = ["tests", "src"]
176
+asyncio_default_fixture_loop_scope = "function"
177
asyncio_mode = "auto"
178
required_plugins = ["pytest-asyncio", "pytest-mock"]
179
0 commit comments