Setting TOX_OVERRIDE="testenv.pass_env+=NIX_LD,NIX_LD_LIBRARY_PATH" makes tox c show the variables in pass_env, but they are not actually passed through to the tox environment at runtime.
Setting it directly in tox.ini works fine. The override mechanism appears to update the config view but not the actual behavior.
Ref: #3225
Setting
TOX_OVERRIDE="testenv.pass_env+=NIX_LD,NIX_LD_LIBRARY_PATH"makestox cshow the variables inpass_env, but they are not actually passed through to the tox environment at runtime.Setting it directly in
tox.iniworks fine. The override mechanism appears to update the config view but not the actual behavior.Ref: #3225