Skip to content

Commit 4408d97

Browse files
authored
test with Aqua 0.6 (#467)
* test with Aqua 0.6 * test formatting on v1.9
1 parent cba262e commit 4408d97

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2828

2929
[compat]
3030
AbstractFFTs = "0.5, 1"
31-
Aqua = "0.5"
31+
Aqua = "0.6"
3232
BandedMatrices = "0.16, 0.17"
3333
BlockArrays = "0.14, 0.15, 0.16"
3434
BlockBandedMatrices = "0.10, 0.11, 0.12"

test/runtests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ using SpecialFunctions
1414
using Test
1515

1616
@testset "Project quality" begin
17-
Aqua.test_all(ApproxFunBase, ambiguities=false)
17+
Aqua.test_all(ApproxFunBase, ambiguities=false, piracy = false,
18+
# only test formatting on VERSION >= v1.7
19+
# https://github.com/JuliaTesting/Aqua.jl/issues/105#issuecomment-1551405866
20+
project_toml_formatting = VERSION >= v"1.9")
1821
end
1922

2023
@testset "Helper" begin

0 commit comments

Comments
 (0)