There was an error while loading. Please reload this page.
1 parent 0458569 commit 5859468Copy full SHA for 5859468
1 file changed
tests/test_builder.py
@@ -29,11 +29,10 @@ def env_config(env_config):
29
data = json.load(stream)
30
for key, value in data.items():
31
os.environ[key] = value
32
- os.environ['MLFLOW_MODE'] = True
33
except Exception as e:
34
logging.error(f'Error setting environment variables: {e}')
35
- os.environ['MLFLOW_MODE'] = False
36
+ENV_LOADED = env_config('./tests/env.json')
37
38
def test_build(caplog, make_builder):
39
# caplog.set_level(logging.DEBUG)
0 commit comments