Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate populating version targets in tox #3808

Open
sentrivana opened this issue Nov 19, 2024 · 0 comments
Open

Automate populating version targets in tox #3808

sentrivana opened this issue Nov 19, 2024 · 0 comments
Assignees

Comments

@sentrivana
Copy link
Contributor

sentrivana commented Nov 19, 2024

Right now, we add new versions of integrations to test against to tox.ini whenever someone notices there has been a release (not very often).

Write a script that instead does this automatically:

  • parse tox.ini to figure out the lowest supported version of each integration (i.e., the lowest version we test with)
  • fetch package releases from PYPI
  • find out what the latest release of the integration is
  • pick out a handful of releases in between oldest supported and latest
  • figure out which Python versions they should be tested on
  • generate tox.ini with the new targets
  • regenerate the workflow yaml files as well (scripts/split-tox-gh-actions/split-tox-gh-actions.py)
@sentrivana sentrivana self-assigned this Nov 19, 2024
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

No branches or pull requests

1 participant