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
Generate Misc tox entries via toxgen script (#3982)
- remove hardcoded entries for `loguru`, `trytond`, and `typer` from the
tox template
- remove them from the ignore list in `populate_tox.py`
- run `populate_tox.py` to fill in entries for them
- run `split_gh_tox_actions.py` to generate the CI yaml files so that
they correspond to the new `tox.ini`
Note that this effectively eliminates the `-latest` tests for the Misc
group. The script doesn't generate any `-latest` tests since it always
makes sure to add a pinned entry for the latest version. So in case all
of the integrations in a single group are using the script, the whole
`-latest` test category is removed.
---------
Co-authored-by: Daniel Szoke <[email protected]>
0 commit comments