Skip to content

ci: fix tox-gh configuration#259

Merged
justin-stephenson merged 1 commit into
SSSD:masterfrom
pbrezina:tox
Jul 15, 2026
Merged

ci: fix tox-gh configuration#259
justin-stephenson merged 1 commit into
SSSD:masterfrom
pbrezina:tox

Conversation

@pbrezina

Copy link
Copy Markdown
Member

tox-gh does not recognize 3.x as a valid version and falls back to
letting tox choose the environments, therefore all envs are executed
even if 3.11 interpreter is not installed.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the GitHub Actions Python version mapping in tox.ini from 3.x to 3. I have no feedback to provide as there are no review comments.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

tox-gh does not recognize 3.x as a valid version and falls back to
letting tox choose the environments, therefore all envs are executed
even if 3.11 interpreter is not installed.

This was always broken, but hidden as tox's option
skip_missing_interpreters default to true, so 3.11 was executed but
skipped.

With tox-dev/tox#3966 and tox-4.96.0 the
default changed to false, making tox report an error that 3.11
interpreter could not be found on the 3.x matrix.
@justin-stephenson justin-stephenson self-assigned this Jul 15, 2026
@justin-stephenson
justin-stephenson merged commit 6604960 into SSSD:master Jul 15, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants