Skip to content

Commit 9657b98

Browse files
update conftest
1 parent 9305b05 commit 9657b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def pytest_collection_modifyitems(config, items):
128128

129129
requires_trainable_backend = pytest.mark.skipif(
130130
backend() in ["openvino"],
131-
reason="Trainer not implemented for OpenVINO backend.",
131+
reason="fit not implemented for OpenVINO backend.",
132132
)
133133

134134
for item in items:

0 commit comments

Comments
 (0)