Skip to content

Commit ef3d587

Browse files
committed
Tests: disable Aqua tests before 1.9 - spurious failures
1 parent e548dc7 commit ef3d587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/aqua.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Aqua
1212
)
1313
# Tests are not reliable on older Julia versions and
1414
# show ambiguities in loaded packages
15-
if VERSION >= v"1.6"
15+
if VERSION >= v"1.9"
1616
Aqua.test_ambiguities(Distributions)
1717
end
1818
end

0 commit comments

Comments
 (0)