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
This output doesn't match expected - only BAR is present, but FOO from tox.ini is missing (note that TOX_OVERRIDE is using pass_env, tox.ini declares passenv):
Issue
Create
tox.ini
with contents:This output matches expected -
FOO
var is present inpass_env
:This output matches expected - both
FOO
andBAR
inpass_env
:This output doesn't match expected - only BAR is present, but
FOO
fromtox.ini
is missing (note that TOX_OVERRIDE is usingpass_env
, tox.ini declarespassenv
):Environment
Output of running tox
Output of
tox -rvv
The text was updated successfully, but these errors were encountered: