Skip to content

Commit

Permalink
[Feat] update minimum Python version to 3.10 #237
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Jan 17, 2025
1 parent 592dda9 commit abf8516
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_tasks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import sys

import pyrootutils
import pytest

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit abf8516

Please sign in to comment.