Skip to content

Commit bf4751a

Browse files
committed
test: small change to pyproject.toml update pytest asyciomode to strict
1 parent b00eb60 commit bf4751a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ testpaths = ["tests"]
4242
python_files = "test_*.py"
4343
python_functions = "test_*"
4444
addopts = "--cov=src --cov-config=.coveragerc --cov-report term --cov-report xml:coverage.xml --cov-branch"
45+
asyncio_mode = "strict"
4546

4647
[build-system]
4748
requires = ["hatchling", "uv-dynamic-versioning"]

0 commit comments

Comments
 (0)