LineaLabs / lineapy

Move fast from data science prototype to pipeline. Capture, analyze, and transform messy notebooks into data pipelines with just two lines of code.
https://lineapy.org
Apache License 2.0
664 stars 58 forks source link

LIN-740: Reset configurations #870

Closed aayan636 closed 1 year ago

aayan636 commented 1 year ago

Some MLflow tests require setting some configuration flags using which are not reset by default, which leads to subsequent tests failing due to unexpected configuration. Hence, for such tests, we reset the as well as the env variables to tackle the bug.

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (LIN-740)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Tested locally using pytest