Skip to content

Commit 51af49d

Browse files
committed
Disable stale deps check
1 parent 798f370 commit 51af49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using LinearAlgebra
77

88
using Aqua
99
@testset "Project quality" begin
10-
Aqua.test_all(FFTW, stale_deps=fftw_provider=="mkl", piracies=false)
10+
Aqua.test_all(FFTW, stale_deps=false, piracies=false)
1111
end
1212

1313
@info "FFTW provider: $(fftw_provider)"

0 commit comments

Comments
 (0)