Skip to content

fix: guard requests import so CI collection doesn't fail#38

Merged
amavashev merged 1 commit intomainfrom
claude/rust-client-evaluation-350x3
Mar 31, 2026
Merged

fix: guard requests import so CI collection doesn't fail#38
amavashev merged 1 commit intomainfrom
claude/rust-client-evaluation-350x3

Conversation

@amavashev
Copy link
Copy Markdown
Contributor

requests is only installed in the nightly integration workflow, not in the regular CI dev dependencies. Use pytest.importorskip so the module is skipped cleanly instead of crashing collection.

https://claude.ai/code/session_01YEun5gKT59qD5yUqasCaar

Summary

Checklist

  • Tests added/updated for new behavior
  • AUDIT.md updated (if protocol surface changed)
  • README.md updated (if public API changed)
  • Lint and test suite passes locally

Test plan

requests is only installed in the nightly integration workflow, not
in the regular CI dev dependencies. Use pytest.importorskip so the
module is skipped cleanly instead of crashing collection.

https://claude.ai/code/session_01YEun5gKT59qD5yUqasCaar
@amavashev amavashev merged commit 20b3c3b into main Mar 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants