Skip to content

Commit 5a85a75

Browse files
authored
test with Aqua 0.6 (#253)
* test with Aqua 0.6 * test formatting on v1.9
1 parent f642f68 commit 5a85a75

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
@@ -24,7 +24,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2424
[compat]
2525
ApproxFunBase = "0.8.23"
2626
ApproxFunBaseTest = "0.1"
27-
Aqua = "0.5"
27+
Aqua = "0.6"
2828
BandedMatrices = "0.16, 0.17"
2929
BlockArrays = "0.14, 0.15, 0.16"
3030
BlockBandedMatrices = "0.10, 0.11, 0.12"

test/runtests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ using OddEvenIntegers
1111

1212
@testset "Project quality" begin
1313
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")
1518
end
1619

1720
@testset "Domain" begin

0 commit comments

Comments
 (0)