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
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
Set tox_pyenv_fallback in general testenv definition and test with tox --showconfig.
Setting tox_pyenv_fallback to both true or false results in tox_pyenv_fallback = True output from tox --showconfig.
Providing --tox-pyenv-no-fallback on the command line allows testenv definition tox_pyenv_fallback to take control...
The text was updated successfully, but these errors were encountered:
I am assuming that the code which executes for --showconfig should interpret the values set in tox.ini and not only config values defined by environment variables?
Providing --tox-pyenv-no-fallback on the command line allows testenv definition tox_pyenv_fallback to take control...
It has been a minute since I looked at the code here. Can you help me understand more? I am not sure I follow entirely. More details would help and precise instructions for reproducing.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Set
tox_pyenv_fallback
in general testenv definition and test withtox --showconfig
.Setting
tox_pyenv_fallback
to bothtrue
orfalse
results intox_pyenv_fallback = True
output fromtox --showconfig
.Providing
--tox-pyenv-no-fallback
on the command line allows testenv definitiontox_pyenv_fallback
to take control...The text was updated successfully, but these errors were encountered: