Skip to content

Commit

Permalink
test Aqua.jl only with Julia 1.9 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Sep 30, 2023
1 parent 76b47dd commit 84ebb27
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ using GeometryBasics
using Plots
using Aqua

# Disable ambiguities tests for ChainRulesCore.frule
Aqua.test_all(BasicBSpline; ambiguities=false)
Aqua.test_ambiguities(BasicBSpline; exclude=[ChainRulesCore.frule])

if VERSION v"1.9.0"
# Disable ambiguities tests for ChainRulesCore.frule
Aqua.test_all(BasicBSpline; ambiguities=false)
Aqua.test_ambiguities(BasicBSpline; exclude=[ChainRulesCore.frule])
end
Random.seed!(42)

include("test_util.jl")
Expand Down

0 comments on commit 84ebb27

Please sign in to comment.