Skip to content

Commit

Permalink
Merge pull request #309 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 19, 2024
2 parents 3aed95e + 257b020 commit 0500fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions test/Aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ using MathematicalSystems, Test
import Aqua

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

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

[compat]
Aqua = "0.8"
Aqua = "0.8.9"
LazySets = "1, 2"
RecipesBase = "1"
TypedPolynomials = "0.3, 0.4"

0 comments on commit 0500fd6

Please sign in to comment.