Skip to content

Commit

Permalink
Merge pull request #111 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 7a15012 + e4d6443 commit 562b466
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 SpaceExParser, Test
import Aqua

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

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

[compat]
Aqua = "0.8"
Aqua = "0.8.9"
EzXML = "1"
HybridSystems = "0.4"
LazySets = "2.14"
Expand Down

0 comments on commit 562b466

Please sign in to comment.