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

Fixed error in tox.ini #956

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Conversation

timtreis
Copy link
Member

A mismatch between the environment names defined in [gh-actions] (e.g. py3.10) and those in [tox] envlist (e.g. py310) caused tests to fail because the correct tox environment could not be found. Renaming the envlist to match the factors (e.g. py3.10-linux → py310-linux or vice versa) fixed the issue.

@timtreis timtreis merged commit 701d585 into main Feb 14, 2025
8 checks passed
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.

1 participant