We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f429926 commit 4aff923Copy full SHA for 4aff923
tests/conftest.py
@@ -325,12 +325,7 @@ def pytorch_training_compiler_py_version(
325
return "py39" if Version(pytorch_training_compiler_version) > Version("1.12") else "py38"
326
327
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"
+# TODO: Create a fixture to get the latest py version from TRCOMP image_uri.
334
335
336
@pytest.fixture(scope="module")
0 commit comments