File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
24
24
[compat ]
25
25
ApproxFunBase = " 0.8.23"
26
26
ApproxFunBaseTest = " 0.1"
27
- Aqua = " 0.5 "
27
+ Aqua = " 0.6 "
28
28
BandedMatrices = " 0.16, 0.17"
29
29
BlockArrays = " 0.14, 0.15, 0.16"
30
30
BlockBandedMatrices = " 0.10, 0.11, 0.12"
Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ using OddEvenIntegers
11
11
12
12
@testset " Project quality" begin
13
13
Aqua. test_all (ApproxFunOrthogonalPolynomials, ambiguities= false ,
14
- stale_deps= (; ignore= [:ApproxFunBaseTest ]))
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" )
15
18
end
16
19
17
20
@testset " Domain" begin
You can’t perform that action at this time.
0 commit comments