Skip to content

Commit cc69fd0

Browse files
mxmzbclaude
andcommitted
fix(sdk): add pytest-asyncio dev dependency for async test support
The new test_emit_tool_call_optional_id.py uses async test methods decorated with @pytest.mark.asyncio, but pytest-asyncio was missing from dev dependencies — causing all 11 async tests to fail in CI across all Python versions (3.10–3.14). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c4ccf02 commit cc69fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ requires = ["poetry-core"]
4848
build-backend = "poetry.core.masonry.api"
4949

5050
[dependency-groups]
51-
dev = ["pytest (>=9.0.2,<10.0.0)"]
51+
dev = ["pytest (>=9.0.2,<10.0.0)", "pytest-asyncio (>=1.0.0,<2.0.0)"]

0 commit comments

Comments
 (0)