Skip to content

Commit 5162645

Browse files
committed
ci.Aqua: turn off piracy tests
1 parent 34be75a commit 5162645

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/runtests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ include("testsetup.jl")
99
println("Aqua.test_all")
1010
t0 = time_ns()
1111
deps_compat = VERSION <= v"1.8" || isempty(VERSION.prerelease)
12-
Aqua.test_all(VectorizationBase; deps_compat = deps_compat)
12+
Aqua.test_all(VectorizationBase;
13+
deps_compat = deps_compat,
14+
piracies=false
15+
)
1316
println("Aqua took $((time_ns() - t0)*1e-9) seconds")
1417
# @test isempty(detect_unbound_args(VectorizationBase))
1518
# @test isempty(detect_ambiguities(VectorizationBase))

0 commit comments

Comments
 (0)