From abf851645193485378a895358011bdde5059f8c2 Mon Sep 17 00:00:00 2001 From: Federico Berto Date: Fri, 17 Jan 2025 21:54:14 +0900 Subject: [PATCH] [Feat] update minimum Python version to 3.10 #237 --- tests/test_tasks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_tasks.py b/tests/test_tasks.py index ad2d4f4c..5eb186dd 100644 --- a/tests/test_tasks.py +++ b/tests/test_tasks.py @@ -1,5 +1,3 @@ -import sys - import pyrootutils import pytest @@ -51,6 +49,7 @@ def cfg_train(cfg_train_global, tmp_path) -> DictConfig: GlobalHydra.instance().clear() + def test_train_fast_dev_run(cfg_train): """Run for 1 train, val and test step.""" HydraConfig().set_config(cfg_train)