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 baaad84 commit 5713988Copy full SHA for 5713988
test/aqua.jl
@@ -25,7 +25,7 @@ end
25
@testset "Aqua tests (additional)" begin
26
Aqua.test_undefined_exports(SciMLBase)
27
Aqua.test_stale_deps(SciMLBase)
28
- Aqua.test_deps_compat(SciMLBase)
+ Aqua.test_deps_compat(SciMLBase, check_extras = false)
29
Aqua.test_project_extras(SciMLBase)
30
# Aqua.test_project_toml_formatting(SciMLBase) # failing
31
# Aqua.test_piracy(SciMLBase) # failing
0 commit comments