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