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
tox4 does not support pass_env values with whitespace in tox.ini.
To Reproduce
$ tox -l
...
tox.tox_env.errors.Fail: pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found 'PYTEST_XDIST_WORKER_COUNT PROGRAMDATA PROGRAMFILES(X86)'
$
Expected Behavior
tox -l shows list of envs
Actual Behavior
$ tox -l
...
tox.tox_env.errors.Fail: pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found 'PYTEST_XDIST_WORKER_COUNT PROGRAMDATA PROGRAMFILES(X86)'
$
Your Environment
Mypy version used: 0.991
Python version used: 3.9.16
tox version: 4.3.5
The text was updated successfully, but these errors were encountered:
Bug Report
tox4 does not support
pass_env
values with whitespace in tox.ini.To Reproduce
Expected Behavior
tox -l
shows list of envsActual Behavior
Your Environment
The text was updated successfully, but these errors were encountered: