Skip to content

Commit 81ee4b6

Browse files
tests/python_tests/test_vlm_pipeline.py: fix lint issues
1 parent af8960b commit 81ee4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python_tests/test_vlm_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def _get_ov_model(model_id: str) -> str:
189189
if "optimum-intel-internal-testing/tiny-random-phi3-vision" == model_id:
190190
pytest.xfail("AttributeError: 'DynamicCache' object has no attribute 'get_usable_length'. Ticket CVS-175110")
191191
if "optimum-intel-internal-testing/tiny-random-MiniCPM-o-2_6" == model_id and is_transformers_version(
192-
">", "4.51.3"
192+
">", "4.51.3"
193193
):
194194
pytest.skip(
195195
"ValueError: The current version of Transformers does not allow for the export of the model. Maximum supported version is 4.51.3"

0 commit comments

Comments
 (0)