We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b5d6e commit 907e88cCopy full SHA for 907e88c
test/aqua.jl
@@ -2,6 +2,7 @@ using Aqua
2
@testset "Aqua.jl" begin
3
Aqua.test_all(
4
VortexStepMethod;
5
- stale_deps=(ignore=[:Xfoil, :Timers, :PyCall],),
+ stale_deps=(ignore=[:Xfoil, :Timers],),
6
+ compat=(ignore=[:PyCall],)
7
)
8
end
0 commit comments