File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ApproxFunOrthogonalPolynomialsStaticExt = "Static"
32
32
[compat ]
33
33
ApproxFunBase = " 0.8.60, 0.9.16"
34
34
ApproxFunBaseTest = " 0.1"
35
- Aqua = " 0.7 "
35
+ Aqua = " 0.8 "
36
36
BandedMatrices = " 0.16, 0.17, 1"
37
37
BlockArrays = " 0.14, 0.15, 0.16"
38
38
BlockBandedMatrices = " 0.10, 0.11, 0.12"
@@ -51,6 +51,7 @@ Reexport = "0.2, 1"
51
51
SpecialFunctions = " 0.10, 1.0, 2"
52
52
Static = " 0.8"
53
53
StaticArrays = " 1"
54
+ Test = " 1.6"
54
55
julia = " 1.6"
55
56
56
57
[extras ]
Original file line number Diff line number Diff line change @@ -11,10 +11,7 @@ using OddEvenIntegers
11
11
12
12
@testset " Project quality" begin
13
13
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 )
18
15
end
19
16
20
17
@testset " Domain" begin
You can’t perform that action at this time.
0 commit comments