Skip to content

Commit 427faaf

Browse files
authored
Test using Aqua v0.8 (#319)
1 parent 7a4a17a commit 427faaf

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ApproxFunOrthogonalPolynomialsStaticExt = "Static"
3232
[compat]
3333
ApproxFunBase = "0.8.60, 0.9.16"
3434
ApproxFunBaseTest = "0.1"
35-
Aqua = "0.7"
35+
Aqua = "0.8"
3636
BandedMatrices = "0.16, 0.17, 1"
3737
BlockArrays = "0.14, 0.15, 0.16"
3838
BlockBandedMatrices = "0.10, 0.11, 0.12"
@@ -51,6 +51,7 @@ Reexport = "0.2, 1"
5151
SpecialFunctions = "0.10, 1.0, 2"
5252
Static = "0.8"
5353
StaticArrays = "1"
54+
Test = "1.6"
5455
julia = "1.6"
5556

5657
[extras]

test/runtests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ using OddEvenIntegers
1111

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

2017
@testset "Domain" begin

0 commit comments

Comments
 (0)