Skip to content

Commit 2b92218

Browse files
committed
fix version
1 parent b7d5dd7 commit 2b92218

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_unittests/ut_xrun_doc/test_documentation_examples.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,18 @@ def add_test_methods(cls):
117117
"plot_export_locate_issue.py",
118118
"plot_export_with_auto.py",
119119
"plot_export_tiny_llm.py",
120-
"plot_export_with_dynamic_cache.py",
121120
}
122121
and not has_torch("2.8")
123122
):
124123
reason = "torch<2.8"
125124

125+
if (
126+
not reason
127+
and name in {"plot_export_with_dynamic_cache.py"}
128+
and not has_torch("2.9")
129+
):
130+
reason = "does not work with 2.8"
131+
126132
if (
127133
not reason
128134
and name in {"plot_dump_intermediate_results.py"}

0 commit comments

Comments
 (0)