Skip to content

Commit 56ccada

Browse files
authored
Test using Aqua v0.8 (#321)
1 parent d113dd3 commit 56ccada

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Project.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99

1010
[compat]
11-
Aqua = "0.5, 0.6, 0.7"
11+
Aqua = "0.8"
12+
Base64 = "1.6"
1213
ArrayLayouts = "1.0.8"
1314
Documenter = "0.27"
1415
FillArrays = "1"
1516
LinearAlgebra = "1.6"
17+
OffsetArrays = "1"
18+
Random = "1.6"
19+
SparseArrays = "1.6"
20+
StaticArrays = "1.6"
21+
Test = "1.6"
1622
julia = "1.6"
1723

1824
[extras]

test/runtests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ using BlockArrays, LinearAlgebra, Test
22

33
using Aqua
44
@testset "Project quality" begin
5-
Aqua.test_all(BlockArrays, ambiguities=false,
6-
# only test formatting on VERSION >= v1.7
7-
# https://github.com/JuliaTesting/Aqua.jl/issues/105#issuecomment-1551405866
8-
project_toml_formatting = VERSION >= v"1.9")
5+
Aqua.test_all(BlockArrays, ambiguities=false)
96
end
107

118
using Documenter

0 commit comments

Comments
 (0)