mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
Add asyncio plugin loading
This commit is contained in:
parent
bf214de3be
commit
d7e680ecef
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ testpaths = ["tests"]
|
|||
pythonpath = ["src"]
|
||||
addopts = [
|
||||
"--import-mode=importlib",
|
||||
"-p", "asyncio",
|
||||
]
|
||||
|
||||
[tool.pytest-asyncio]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue