Skip to content

Set skip_missing_interpreters = true for tox#347

Open
mrtmm wants to merge 1 commit into
cleura:mainfrom
mrtmm:fix-tox
Open

Set skip_missing_interpreters = true for tox#347
mrtmm wants to merge 1 commit into
cleura:mainfrom
mrtmm:fix-tox

Conversation

@mrtmm

@mrtmm mrtmm commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

In tox 4.56, released on 2026-06-23, tox restored the 3.x behaviour (which it considers "correct") to fail on unavailable Python interpreters, rather than skipping them.

Override this changed default by setting
skip_missing_interpreters = true, so that tox runs with whatever Python is available.

References:
https://tox.wiki/en/latest/changelog.html#v4-56-0-2026-06-23 tox-dev/tox#3966

In tox 4.56, released on 2026-06-23, tox restored the 3.x behaviour
(which it considers "correct") to fail on unavailable Python
interpreters, rather than skipping them.

Override this changed default by setting
skip_missing_interpreters = true, so that tox runs with whatever
Python is available.

References:
https://tox.wiki/en/latest/changelog.html#v4-56-0-2026-06-23
tox-dev/tox#3966
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

Successfully merging this pull request may close these issues.

1 participant