TOML configuration of set_env
should also support loading from environment files
#3474
Labels
enhancement
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
What's the problem this feature will solve?
Loading environment files in
set_env
was implemented by @gaborbernat in #1668 and is currently documented as being generally usable. However, it appears that thefile|
syntax and custom parsing code is incompatible with a TOML configuration ofset_env
.Describe the solution you'd like
TOML configuration of
set_env
should support the ability to load environment files. This would probably be most elegant with some new syntax, as thefile|
syntax doesn't map cleanly onto the expected type ofset_env
in TOML.Alternative Solutions
Alternatively, the documentation should be updated to clarify that the environment file loading /
file|
syntax is only supported in the legacy INI configuration file format.The text was updated successfully, but these errors were encountered: