File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ def restore_env_variables():
7373 # set by torchdynamo
7474 "TRITON_CACHE_DIR" ,
7575 "TORCHINDUCTOR_CACHE_DIR" ,
76+ "TQDM_MININTERVAL" , # set by our platform
77+ "TQDM_POSITION" , # set by our platform
7678 }
7779 leaked_vars .difference_update (allowlist )
7880 assert not leaked_vars , f"test is leaking environment variable(s): { set (leaked_vars )} "
Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ def restore_env_variables():
102102 "TPU_ML_PLATFORM_VERSION" ,
103103 "LD_LIBRARY_PATH" ,
104104 "ENABLE_RUNTIME_UPTIME_TELEMETRY" ,
105+ "TQDM_MININTERVAL" , # set by our platform
106+ "TQDM_POSITION" , # set by our platform
105107 }
106108 leaked_vars .difference_update (allowlist )
107109 assert not leaked_vars , f"test is leaking environment variable(s): { set (leaked_vars )} "
You can’t perform that action at this time.
0 commit comments