File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ApproxFunOrthogonalPolynomialsStaticExt = "Static"
3232[compat ]
3333ApproxFunBase = " 0.8.60, 0.9.16"
3434ApproxFunBaseTest = " 0.1"
35- Aqua = " 0.7 "
35+ Aqua = " 0.8 "
3636BandedMatrices = " 0.16, 0.17, 1"
3737BlockArrays = " 0.14, 0.15, 0.16"
3838BlockBandedMatrices = " 0.10, 0.11, 0.12"
@@ -51,6 +51,7 @@ Reexport = "0.2, 1"
5151SpecialFunctions = " 0.10, 1.0, 2"
5252Static = " 0.8"
5353StaticArrays = " 1"
54+ Test = " 1.6"
5455julia = " 1.6"
5556
5657[extras ]
Original file line number Diff line number Diff 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 )
1815end
1916
2017@testset " Domain" begin
You can’t perform that action at this time.
0 commit comments