From 8562963248bb5a6bc1926ca2a5d3d26cf70a2bad Mon Sep 17 00:00:00 2001 From: Michael Abbott <32575566+mcabbott@users.noreply.github.com> Date: Wed, 7 Dec 2022 19:45:58 -0500 Subject: [PATCH] skip Yota tests on 1.9 & later --- test/rules.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rules.jl b/test/rules.jl index 766ae148..fd9660a1 100644 --- a/test/rules.jl +++ b/test/rules.jl @@ -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))