Skip to content

Commit

Permalink
Test using Aqua v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Nov 20, 2023
1 parent 7a4a17a commit a94ec5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ApproxFunOrthogonalPolynomialsStaticExt = "Static"
[compat]
ApproxFunBase = "0.8.60, 0.9.16"
ApproxFunBaseTest = "0.1"
Aqua = "0.7"
Aqua = "0.8"
BandedMatrices = "0.16, 0.17, 1"
BlockArrays = "0.14, 0.15, 0.16"
BlockBandedMatrices = "0.10, 0.11, 0.12"
Expand All @@ -51,6 +51,7 @@ Reexport = "0.2, 1"
SpecialFunctions = "0.10, 1.0, 2"
Static = "0.8"
StaticArrays = "1"
Test = "1.6"
julia = "1.6"

[extras]
Expand Down
5 changes: 1 addition & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ using OddEvenIntegers

@testset "Project quality" begin
Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false,
stale_deps=(; ignore=[:ApproxFunBaseTest]), piracy = false,
# only test formatting on VERSION >= v1.7
# https://github.com/JuliaTesting/Aqua.jl/issues/105#issuecomment-1551405866
project_toml_formatting = VERSION >= v"1.9")
stale_deps=(; ignore=[:ApproxFunBaseTest]), piracies = false)
end

@testset "Domain" begin
Expand Down

0 comments on commit a94ec5b

Please sign in to comment.