Skip to content

Commit 92e4a39

Browse files
authored
Test using Aqua v0.8 (#97)
1 parent 027dc6b commit 92e4a39

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
@@ -25,7 +25,7 @@ ApproxFunSingularitiesStaticArraysExt = "StaticArrays"
2525
ApproxFunBase = "0.8.56, 0.9.12"
2626
ApproxFunBaseTest = "0.1"
2727
ApproxFunOrthogonalPolynomials = "0.2.3, 0.3, 0.4, 0.5, 0.6"
28-
Aqua = "0.7"
28+
Aqua = "0.8"
2929
BlockBandedMatrices = "0.11, 0.12"
3030
DomainSets = "0.4, 0.5, 0.6, 0.7"
3131
HalfIntegers = "1.5"
@@ -35,6 +35,7 @@ OddEvenIntegers = "0.1.8"
3535
Reexport = "0.2, 1"
3636
SpecialFunctions = "1, 2"
3737
StaticArrays = "1"
38+
Test = "1.6"
3839
julia = "1.6"
3940

4041
[extras]

test/runtests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ using Test
2020
using Aqua
2121
@testset "Project quality" begin
2222
Aqua.test_all(ApproxFunSingularities, ambiguities=false,
23-
stale_deps=(; ignore=[:ApproxFunBaseTest]), piracy = false,
24-
# only test formatting on VERSION >= v1.7
25-
# https://github.com/JuliaTesting/Aqua.jl/issues/105#issuecomment-1551405866
26-
project_toml_formatting = VERSION >= v"1.9")
23+
stale_deps=(; ignore=[:ApproxFunBaseTest]), piracies = false)
2724
end
2825

2926
@testset "utility function" begin

0 commit comments

Comments
 (0)