mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-23 14:59:08 +03:00
Fix pytest-asyncio warning
This commit is contained in:
parent
0c95fffaf0
commit
29b9c09e64
|
@ -102,6 +102,7 @@ max-public-methods = 30
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
testpaths = ["tests/unit/"]
|
testpaths = ["tests/unit/"]
|
||||||
asyncio_mode = "auto"
|
asyncio_mode = "auto"
|
||||||
|
asyncio_default_fixture_loop_scope = "function"
|
||||||
markers = [
|
markers = [
|
||||||
"pydantic: Tests with Pydantic as a dependency",
|
"pydantic: Tests with Pydantic as a dependency",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user