Skip to content

Commit 9fb82fe

Browse files
committed
build: remove unnecessary asyncio_mode from pytest config
Tests already use explicit @pytest.mark.asyncio decorators, so the default strict mode is sufficient.
1 parent 67ccc4a commit 9fb82fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

claude-agent-sdk/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ include = ["agent*", "listeners*", "thread_context*"]
2929
[tool.ruff.format]
3030

3131
[tool.pytest.ini_options]
32-
asyncio_mode = "auto"
3332
testpaths = ["tests"]
3433
log_file = "logs/pytest.log"
3534
log_file_level = "DEBUG"

0 commit comments

Comments
 (0)