Skip to content

Commit 2ebd0cd

Browse files
committed
run Aqua only on version 1.11.2
previous versions report circular dependencies
1 parent f3c6959 commit 2ebd0cd

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
@@ -24,7 +24,9 @@ end
2424
@time begin
2525
if GROUP == "All" || GROUP == "Aqua"
2626
#@safetestset "test" include("test/test_aqua.jl")
27-
@time @safetestset "test_aqua" include("test_aqua.jl")
27+
if VERSION >= VersionNumber("1.11.2")
28+
@time @safetestset "test_aqua" include("test_aqua.jl")
29+
end
2830
end
2931
end
3032

0 commit comments

Comments
 (0)