Commit 91bf8ea
authored
test_invoke_llm_with_retry_on_typed_rate_limit did a bare `import anthropic`,
so it failed with ModuleNotFoundError instead of skipping when the anthropic
extra isn't installed (e.g. `uv sync --extra openai` only). Mirrors the
existing pytest.importorskip("botocore") pattern used for Bedrock tests in
tests/test_llm.py (v0.6.1, M2).
1 parent 6e52c0d commit 91bf8ea
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
0 commit comments