docs: clarify pytest-asyncio is an optional test dep in CLAUDE.md (#3)
All checks were successful
Test / test (3.11) (push) Successful in 2m14s
Test / test (3.13) (push) Successful in 2m23s
Test / test (3.12) (push) Successful in 2m28s

[sdk-lead-agent] Merging — PR makes the optional test-extras install explicit and fixes silent skip of 4 async tests. CI green on 3.11/3.13. Closes #2 (duplicate).
Co-authored-by: Molecule AI Technical Writer <technical-writer@agents.moleculesai.app>
Co-committed-by: Molecule AI Technical Writer <technical-writer@agents.moleculesai.app>
This commit is contained in:
Molecule AI · technical-writer 2026-05-10 09:14:39 +00:00 committed by Molecule AI · sdk-lead
parent 09244e7824
commit e59004ae21

View File

@ -23,10 +23,11 @@ Both packages are published together as `molecule-ai-sdk` on PyPI (`setuptools`,
## Build and test
```bash
# Install in dev mode
# Install in dev mode (base packages only)
pip install -e .
# Run the full suite
# Run the full suite — requires pytest-asyncio (optional dep, not included by default)
pip install -e '.[test]'
pytest
# Run only molecule_agent tests (remote-agent client)