Skip to content

Commit

Permalink
Aqua v0.8.9 tests only for local ambiguities
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Oct 15, 2024
1 parent dbec0aa commit 59de645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ import PkgVersion, Aqua
end

Aqua.test_all(IntervalMatrices; stale_deps=stale_deps, undefined_exports=undefined_exports,
ambiguities=false, piracies=piracies)

# do not warn about ambiguities in dependencies
Aqua.detect_ambiguities(IntervalMatrices)
piracies=piracies)
end
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8"
Aqua = "0.8.9"
PkgVersion = "0.3.3"

0 comments on commit 59de645

Please sign in to comment.