include_outer_env=False
will include outer_env when env
is not set
#868
Labels
include_outer_env=False
will include outer_env when env
is not set
#868
Current Behavior
On
include_outer_env=False
, all outer environment variable will be used, whenenv
is not set orNone
.Expected Behavior
When
include_outer_env=False
, no environment variables should be set. Also when noenv
is set.Current workaround is
env={}
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: