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
"override" is hardcoded by True. Suggest to add _override = early_config.getini("env_override_existing_values") to make this configurable
def pytest_sessionstart(session):
config = session.config
if config.getoption("envfile", default=None) is not None:
load_dotenv(dotenv_path=config.getoption("envfile"), override=True)
The text was updated successfully, but these errors were encountered:
Krops
changed the title
env_override_existing_values doesn't work if --envfile option is setted
env_override_existing_values doesn't work if --envfile option is set
Nov 11, 2020
"override" is hardcoded by True. Suggest to add _override = early_config.getini("env_override_existing_values") to make this configurable
The text was updated successfully, but these errors were encountered: