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 3b4def7 commit 9fa62e0Copy full SHA for 9fa62e0
pyproject.toml
@@ -50,11 +50,13 @@ testpaths = ["tests"]
50
python_files = "test_*.py"
51
python_functions = "test_*"
52
addopts = "-ra --strict-markers"
53
-asyncio_mode = "strict"
54
markers = [
55
"asyncio: mark a test as a coroutine that should be run by pytest-asyncio",
56
]
57
+[tool.pytest-asyncio]
58
+mode = "strict"
59
+
60
[build-system]
61
requires = ["hatchling", "uv-dynamic-versioning"]
62
build-backend = "hatchling.build"
0 commit comments