You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: Add -latest alias for each integration test suite (#5706)
## Summary
- For every auto-generated integration, adds a tox environment that
aliases the highest tested version (e.g. `tox -e py3.14-httpx-latest` =
`tox -e py3.14-httpx-v0.28.1`)
- Makes it easy to run tests against the latest version without looking
up exact version strings
## Notes
- The new latest env is NOT run in CI
- The new latest env points to the highest non-prerelease env
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments