Skip to content

Fix verda tests for verda>=1.22.0#221

Merged
peterschmidt85 merged 1 commit intomainfrom
fix/verda-tests-v1.22
Mar 25, 2026
Merged

Fix verda tests for verda>=1.22.0#221
peterschmidt85 merged 1 commit intomainfrom
fix/verda-tests-v1.22

Conversation

@peterschmidt85
Copy link
Copy Markdown
Contributor

Summary

  • Update test fixtures in test_verda.py to include 8 new required fields added in verda==1.22.0 (best_for, model, name, p2p, currency, manufacturer, display_name, supported_os)
  • Update instance_types() test helper to pass all new fields through to InstanceType
  • Pin verda>=1.22.0 in pyproject.toml

Test plan

  • All 6 verda tests pass
  • ruff check passes

🤖 Generated with Claude Code

verda 1.22.0 added 8 new required fields to InstanceType (best_for,
model, name, p2p, currency, manufacturer, display_name, supported_os).
Update test fixtures with real API values and the instance_types()
helper to include them, and pin verda>=1.22.0.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@peterschmidt85 peterschmidt85 force-pushed the fix/verda-tests-v1.22 branch from 257260f to d16c07e Compare March 25, 2026 21:37
@peterschmidt85 peterschmidt85 merged commit 614f8b2 into main Mar 25, 2026
6 checks passed
@peterschmidt85 peterschmidt85 deleted the fix/verda-tests-v1.22 branch March 25, 2026 21:39
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.

1 participant