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
Not sure if this is intended but at least the documentation should be updated - if it's intended, then is there any way to mark a variable as required?
The text was updated successfully, but these errors were encountered:
Issue
Per the documentation, a missing environment variable should throw an error: https://tox.wiki/en/latest/config.html#environment-variable-substitutions. However, this doesn't seem to the be the case in tox 4+ - the value is just retrieved as an empty string.
Environment
Provide at least:
Output of
pip list
of the host Python, wheretox
is installedOutput of running tox
Output of
tox -rvv
In 3.x:
In 4.x:
Minimal example
Where neither variable is defined:
Not sure if this is intended but at least the documentation should be updated - if it's intended, then is there any way to mark a variable as required?
The text was updated successfully, but these errors were encountered: