Skip to content

Commit fad6601

Browse files
authored
chore: Update pyproject.toml to allow tests to run locally (#227)
1 parent e397392 commit fad6601

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@ packages = ["src/a2a"]
4949
testpaths = ["tests"]
5050
python_files = "test_*.py"
5151
python_functions = "test_*"
52-
addopts = "--cov=src --cov-config=.coveragerc --cov-report term --cov-report xml:coverage.xml --cov-branch"
52+
addopts = "-ra --strict-markers"
5353
asyncio_mode = "strict"
54+
markers = [
55+
"asyncio: mark a test as a coroutine that should be run by pytest-asyncio",
56+
]
5457

5558
[build-system]
5659
requires = ["hatchling", "uv-dynamic-versioning"]

0 commit comments

Comments
 (0)