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 75a34c6 commit 76040d5
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 @@ -3,10 +3,7 @@ import Aqua

@testset "Aqua tests" begin
# note that the check `persistent_tasks` may take several minutes
Aqua.test_all(ReachabilityAnalysis; ambiguities=false,
Aqua.test_all(ReachabilityAnalysis;
# the piracies should be resolved in the future
piracies=(broken=true,))

# do not warn about ambiguities in dependencies
Aqua.test_ambiguities(ReachabilityAnalysis)
end
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TaylorModels = "314ce334-5f6e-57ae-acf6-00b6e903104a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8"
Aqua = "0.8.9"
CDDLib = "0.5 - 0.9"
Expokit = "0.2"
Flowstar = "0.2.4"
Expand Down

0 comments on commit 76040d5

Please sign in to comment.