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: Remove old system for checking for regressions (#4826)
### Description
With all eligible test suites now moved to toxgen, we can remove our old
way of testing for regressions in new versions of packages.
For context, before toxgen we had two groups of test targets for each
test suite: pinned and latest. Pinned targets used to be a small
selection of hand-picked pinned versions of the package to test. Latest
always pulled the newest release, to check for incompatibilities. There
was a lot of code to cater to having these two different categories.
With the switch to toxgen, all targets are now pinned, and we make sure
we pick a representative sample of versions to test against, always
including the latest available version to detect regressions. I'm
removing the code dealing with the `latest` group entirely, and removing
references to anything `pinned` as this is now simply the default.
#### Issues
<!--
* resolves: #1234
* resolves: LIN-1234
-->
#### Reminders
- Please add tests to validate your changes, and lint your code using
`tox -e linters`.
- Add GH Issue ID _&_ Linear ID (if applicable)
- PR title should use [conventional
commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type)
style (`feat:`, `fix:`, `ref:`, `meta:`)
- For external contributors:
[CONTRIBUTING.md](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md),
[Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord
community](https://discord.gg/Ww9hbqr)
0 commit comments