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 82f4aff commit 62b5d6eCopy full SHA for 62b5d6e
test/aqua.jl
@@ -2,6 +2,6 @@ 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
)
7
end
0 commit comments