Skip to content

Commit

Permalink
skip Yota tests on 1.9 & later
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Dec 8, 2022
1 parent 71d8a15 commit 773ba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ end
end
end

@testset "using Yota" begin
VERSION < v"1.9-" && @testset "using Yota" begin
@testset "$(name(o))" for o in RULES
w′ = (abc == rand(3, 3), β = rand(3, 3), γ = rand(3)), d == rand(3), ε = eps))
w = (abc == 5rand(3, 3), β = rand(3, 3), γ = rand(3)), d == rand(3), ε = eps))
Expand Down

0 comments on commit 773ba5e

Please sign in to comment.