Skip to content

Conversation

github-actions[bot]
Copy link

Update our test matrix with new releases of integrated frameworks and libraries.

How it works

  • Scan PyPI for all supported releases of all frameworks we have a dedicated test suite for.
  • Pick a representative sample of releases to run our test suite against. We always test the latest and oldest supported version.
  • Update tox.ini with the new releases.

Action required

  • If CI passes on this PR, it's safe to approve and merge. It means our integrations can handle new versions of frameworks that got pulled in.
  • If CI doesn't pass on this PR, this points to an incompatibility of either our integration or our test setup with a new version of a framework.

This PR was automatically created using a GitHub action.

sentrivana added a commit to getsentry/sentry-python that referenced this pull request Sep 17, 2025
### Description

Run `scripts/generate-test-files.sh` in a GitHub action every Monday
morning and create a PR with the changes. If there are already any
toxgen PRs open, close them.

Here's an example run of the action:
https://github.com/sentrivana/sentry-python/actions/runs/17768312844
(from a fork of the repo so that I can test it)
And an example PR: sentrivana#6

Action shamelessly stolen and adapted from sentry-cli. 🥔 

#### Issues
Closes #4050

#### 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](../CONTRIBUTING.md),
[Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord
community](https://discord.gg/Ww9hbqr)

---------

Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
@github-actions github-actions bot closed this Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants