Skip to content

Commit 4aff923

Browse files
author
BruceZhang@eitug
committed
add a todo to conftest about trcomp image py_version
1 parent f429926 commit 4aff923

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/conftest.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,7 @@ def pytorch_training_compiler_py_version(
325325
return "py39" if Version(pytorch_training_compiler_version) > Version("1.12") else "py38"
326326

327327

328-
# TODO:
329-
# @pytest.fixture(scope="module")
330-
# def pytorch_training_compiler_latest_py_version(
331-
# pytorch_training_compiler_latest_version,
332-
# ):
333-
# return "py39" if Version(pytorch_training_compiler_latest_version) > Version("1.12") else "py38"
328+
# TODO: Create a fixture to get the latest py version from TRCOMP image_uri.
334329

335330

336331
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)