We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ea3a6 commit f2d80b0Copy full SHA for f2d80b0
test/runtests.jl
@@ -56,4 +56,6 @@ end
56
@safetestset "FuncAffect Test" include("funcaffect.jl")
57
@safetestset "Constants Test" include("constants.jl")
58
# Reference tests go Last
59
-@safetestset "Latexify recipes Test" include("latexify.jl")
+if VERSION >= v"1.9"
60
+ @safetestset "Latexify recipes Test" include("latexify.jl")
61
+end
0 commit comments