Skip to content

Commit 64c8d2a

Browse files
authored
test with Aqua 0.6 (#62)
* test with Aqua 0.6 * test formatting on v1.9
1 parent c86935a commit 64c8d2a

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
@@ -17,7 +17,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1717
ApproxFunBase = "0.8.16"
1818
ApproxFunBaseTest = "0.1"
1919
ApproxFunOrthogonalPolynomials = "0.2.3, 0.3, 0.4, 0.5, 0.6"
20-
Aqua = "0.5"
20+
Aqua = "0.6"
2121
DomainSets = "0.4, 0.5, 0.6"
2222
IntervalSets = "0.5, 0.6, 0.7"
2323
Reexport = "0.2, 1"

test/runtests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ using Test
1717
using Aqua
1818
@testset "Project quality" begin
1919
Aqua.test_all(ApproxFunSingularities, ambiguities=false,
20-
stale_deps=(; ignore=[:ApproxFunBaseTest]))
20+
stale_deps=(; ignore=[:ApproxFunBaseTest]), piracy = false,
21+
# only test formatting on VERSION >= v1.7
22+
# https://github.com/JuliaTesting/Aqua.jl/issues/105#issuecomment-1551405866
23+
project_toml_formatting = VERSION >= v"1.9")
2124
end
2225

2326
@testset "Sqrt" begin

0 commit comments

Comments
 (0)