Skip to content

Commit 6946f47

Browse files
committed
onnx.log max_torch="2.6.0"
1 parent 0e1d047 commit 6946f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/models/test_onnx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_model_saves_on_multi_gpu(tmp_path):
111111
assert os.path.exists(file_path) is True
112112

113113

114-
@RunIf(onnx=True)
114+
@RunIf(onnx=True, max_torch="2.6.0")
115115
def test_verbose_param(tmp_path, capsys):
116116
"""Test that output is present when verbose parameter is set."""
117117
model = BoringModel()

0 commit comments

Comments
 (0)