enough-analyst-54434
06/08/2023, 1:49 PMminiature-apartment-8295
06/08/2023, 2:01 PMenv_vars_devcontainer()
and this overrides whatever value I decalre for it in test_extra_env_vars
.enough-analyst-54434
06/08/2023, 2:33 PMminiature-apartment-8295
06/08/2023, 2:42 PMpants.toml
, command line values, or environment variables."
To me this sounds like the environment variables defined in my "local" environment will override anything that is set somewhere else. Or am I misinterpreting this sentence?
But if this is indeed a bug, I will file an issue.enough-analyst-54434
06/08/2023, 2:48 PM[subprocess-environment] env_vars
which applies to all Python subprocess and [test] extra_env_vars
which overlays that but just for test subprocesses.
Now pulling environments back in, the local environment has a mirror of both of those same options. Using the equivalent pair of options there should have the equivalent overlay effect.enough-analyst-54434
06/08/2023, 2:50 PMminiature-apartment-8295
06/08/2023, 2:52 PMenough-analyst-54434
06/08/2023, 2:53 PMenough-analyst-54434
06/08/2023, 2:54 PM