Skip to content

Commit

Permalink
Merge pull request #191 from JuliaReach/schillic/aqua
Browse files Browse the repository at this point in the history
Aqua v0.8.9 tests only for local ambiguities
  • Loading branch information
schillic authored Oct 18, 2024
2 parents a4e943c + a616856 commit 2e181b3
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 @@ -2,8 +2,5 @@ using RangeEnclosures, Test
import Aqua

@testset "Aqua tests" begin
Aqua.test_all(RangeEnclosures; ambiguities=false)

# do not warn about ambiguities in dependencies
Aqua.test_ambiguities(RangeEnclosures)
Aqua.test_all(RangeEnclosures)
end
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AffineArithmetic = "0.2"
Aqua = "0.8"
Aqua = "0.8.9"
Documenter = "0.27, 1"
# DynamicPolynomials v0.6 leads to conflict with PolyJuMP, which requires IntervalArithmetic v0.22
DynamicPolynomials = "0.3 - 0.5, =0.5"
Expand Down

0 comments on commit 2e181b3

Please sign in to comment.