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.
2 parents 4db7b41 + 59de645 commit c9331e3Copy full SHA for c9331e3
test/Aqua.jl
@@ -24,8 +24,5 @@ import PkgVersion, Aqua
24
end
25
26
Aqua.test_all(IntervalMatrices; stale_deps=stale_deps, undefined_exports=undefined_exports,
27
- ambiguities=false, piracies=piracies)
28
-
29
- # do not warn about ambiguities in dependencies
30
- Aqua.detect_ambiguities(IntervalMatrices)
+ piracies=piracies)
31
test/Project.toml
@@ -6,5 +6,5 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
6
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7
8
[compat]
9
-Aqua = "0.8"
+Aqua = "0.8.9"
10
PkgVersion = "0.3.3"
0 commit comments