Skip to content

Commit 5e71a74

Browse files
authored
Update runtests.jl
some stuff does not work for 1.6
1 parent f3e0168 commit 5e71a74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ using SafeTestsets
2121
# Runs various miscellaneous tests.
2222
@time @safetestset "API" begin include("miscellaneous_tests/api.jl") end
2323
@time @safetestset "Symbolic Stoichiometry" begin include("miscellaneous_tests/symbolic_stoichiometry.jl") end
24-
@time @safetestset "NonlinearProblems and Steady State Solving" begin include("miscellaneous_tests/nonlinear_solve.jl") end
24+
if VERSION >= v"1.9"
25+
@time @safetestset "NonlinearProblems and Steady State Solving" begin include("miscellaneous_tests/nonlinear_solve.jl") end
26+
end
2527
@time @safetestset "Events" begin include("miscellaneous_tests/events.jl") end
2628
@time @safetestset "Compound species" begin include("miscellaneous_tests/compound_macro.jl") end
2729
@time @safetestset "Reaction balancing" begin include("miscellaneous_tests/reaction_balancing.jl") end

0 commit comments

Comments
 (0)