Add asyncio plugin loading

This commit is contained in:
Dickson Tsai 2025-09-05 11:47:33 +09:00
parent bf214de3be
commit d7e680ecef
No known key found for this signature in database

View file

@ -61,6 +61,7 @@ testpaths = ["tests"]
pythonpath = ["src"]
addopts = [
"--import-mode=importlib",
"-p", "asyncio",
]
[tool.pytest-asyncio]