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 0c95fff commit 29b9c09Copy full SHA for 29b9c09
1 file changed
pyproject.toml
@@ -102,6 +102,7 @@ max-public-methods = 30
102
[tool.pytest.ini_options]
103
testpaths = ["tests/unit/"]
104
asyncio_mode = "auto"
105
+asyncio_default_fixture_loop_scope = "function"
106
markers = [
107
"pydantic: Tests with Pydantic as a dependency",
108
]
0 commit comments