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 fd86648 commit a654e91Copy full SHA for a654e91
test/aqua.jl
@@ -2,7 +2,7 @@ using Aqua
2
@testset "Aqua.jl" begin
3
Aqua.test_all(
4
VortexStepMethod;
5
- stale_deps=(ignore=[:Xfoil, :Timers],),
+ stale_deps=(ignore=[:Xfoil, :Timers, :PyCall],),
6
deps_compat=(ignore=[:PyCall],)
7
)
8
end
0 commit comments