Skip to content

fix(tests): drop stale ty:ignore suppressions in circuit breaker tests#96

Merged
lesnik512 merged 1 commit into
mainfrom
fix-stale-ty-ignore-circuit-breaker
Jul 13, 2026
Merged

fix(tests): drop stale ty:ignore suppressions in circuit breaker tests#96
lesnik512 merged 1 commit into
mainfrom
fix-stale-ty-ignore-circuit-breaker

Conversation

@lesnik512

Copy link
Copy Markdown
Member

Summary

  • Weekly dependency check (Scheduled dependency check failed #95) failed after ty was bumped 0.0.44 → 0.0.59; ty check now flags two # ty: ignore[unresolved-attribute] comments in tests/test_circuit_breaker.py and tests/test_circuit_breaker_sync.py as unused, and ty check fails on any diagnostic.
  • Removed the four now-stale suppression comments (2 per file). No other ty: ignore occurrences in these files were flagged, so they're left in place.

Test plan

  • just lint passes
  • just lint-ci passes
  • just test — 766 passed, 100% coverage

Closes #95

ty 0.0.59 no longer raises unresolved-attribute on caplog.records
access here, leaving the suppression comments dead weight that ty
check now flags (and fails on).
@lesnik512 lesnik512 merged commit 5c05f1d into main Jul 13, 2026
6 checks passed
@lesnik512 lesnik512 deleted the fix-stale-ty-ignore-circuit-breaker branch July 13, 2026 09:00
@lesnik512 lesnik512 mentioned this pull request Jul 13, 2026
1 task
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.

Scheduled dependency check failed

1 participant