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 b00eb60 commit bf4751aCopy full SHA for bf4751a
pyproject.toml
@@ -42,6 +42,7 @@ testpaths = ["tests"]
42
python_files = "test_*.py"
43
python_functions = "test_*"
44
addopts = "--cov=src --cov-config=.coveragerc --cov-report term --cov-report xml:coverage.xml --cov-branch"
45
+asyncio_mode = "strict"
46
47
[build-system]
48
requires = ["hatchling", "uv-dynamic-versioning"]
0 commit comments