Skip to content

Commit 56b74cb

Browse files
committed
fix: print statement
1 parent 968eb3f commit 56b74cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ def test_huggingface_uris(load_config):
9191
# that doesn't involve a human raising a PR.
9292
if parse(version) > parse(highest_version):
9393
print(
94-
f"Skipping test for version {version} as it is higher than "
95-
"the highest known version {highest_version}. There is "
94+
f"Skipping version check for {version} as there is "
9695
"automation that now updates the image_uri_config "
97-
"without a human raising a PR."
96+
"without a human raising a PR. Tests will pass for "
97+
f"versions higher than {highest_version} that are not in HF_VERSIONS_MAPPING."
9898
)
9999
continue
100100

0 commit comments

Comments
 (0)