Skip to content

Commit 6a468e5

Browse files
authored
Test using Aqua v0.8 (#925)
1 parent a37073c commit 6a468e5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ApproxFunBaseTest = "0.1"
3131
ApproxFunFourier = "0.3"
3232
ApproxFunOrthogonalPolynomials = "0.5, 0.6"
3333
ApproxFunSingularities = "0.3.10"
34-
Aqua = "0.7"
34+
Aqua = "0.8"
3535
BandedMatrices = "0.16, 0.17, 1"
3636
BlockBandedMatrices = "0.11, 0.12"
3737
Calculus = "0.5"
@@ -42,10 +42,12 @@ FFTW = "1"
4242
FastTransforms = "0.13, 0.14, 0.15"
4343
IntervalSets = "0.7.5"
4444
LinearAlgebra = "1.6"
45+
Random = "1.6"
4546
RecipesBase = "1.0"
4647
Reexport = "1.0"
4748
SpecialFunctions = "1.1, 2"
4849
StaticArrays = "1"
50+
Test = "1.6"
4951
julia = "1.6"
5052

5153
[extras]

test/runtests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ using ApproxFunBaseTest: testbandedblockbandedoperator
1212
using Aqua
1313
@testset "Project quality" begin
1414
Aqua.test_all(ApproxFun, ambiguities=false, undefined_exports=false,
15-
stale_deps=(; ignore=[:ApproxFunBaseTest]), piracy = false,
16-
# only test formatting on VERSION >= v1.7
17-
# https://github.com/JuliaTesting/Aqua.jl/issues/105#issuecomment-1551405866
18-
project_toml_formatting = VERSION >= v"1.9")
15+
stale_deps=(; ignore=[:ApproxFunBaseTest]), piracies = false)
1916
end
2017

2118
using Documenter

0 commit comments

Comments
 (0)