Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: tox refusing to run env without py prefix
Tox 4.9 refused to run any env that is not explicitly declared. Environment starting with "py" are exempt. We only want to run envs in CI with a specific salt version and whatever Python version is present. The specific Python versions are managed by GitHub actions. Therefore, prefixing the called env with "py-" should have Tox run that env with any current Python 3 version and our specific salt version.
- Loading branch information