Skip to content

Commit 8cf28c0

Browse files
authored
chore: clarify comment
1 parent c2b7bc9 commit 8cf28c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integ/sagemaker/remote_function/test_decorator.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,9 @@ def test_with_incompatible_dependencies(
274274
):
275275
"""
276276
This test is limited by the python version it is run with.
277-
It is currently working with python 3.10. Running it with other versions
278-
may require changes to 'old_deps_requirements.txt' to fulfill testing scenario.
277+
It is currently working with python 3.8+. However, running it with older versions
278+
or versions in the future may require changes to 'old_deps_requirements.txt'
279+
to fulfill testing scenario.
279280
280281
"""
281282

0 commit comments

Comments
 (0)