Skip to content

Commit 868f55b

Browse files
authored
Test using Aqua v0.8 (#175)
1 parent 554b1fe commit 868f55b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1818
BlockBandedMatricesSparseArraysExt = "SparseArrays"
1919

2020
[compat]
21-
Aqua = "0.7"
21+
Aqua = "0.8"
2222
ArrayLayouts = "1"
2323
BandedMatrices = "0.17.2, 1"
2424
BlockArrays = "0.16.34"
2525
FillArrays = "1"
2626
LinearAlgebra = "1.6"
2727
MatrixFactorizations = "1, 2"
28+
Random = "1.6"
2829
SparseArrays = "1.6"
30+
Test = "1.6"
2931
julia = "1.6"
3032

3133
[extras]

test/runtests.jl

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

55
using Aqua
66
@testset "Project quality" begin
7-
Aqua.test_all(BlockBandedMatrices, ambiguities=false, piracy=false,
8-
# only test formatting on VERSION >= v1.7
9-
# https://github.com/JuliaTesting/Aqua.jl/issues/105#issuecomment-1551405866
10-
project_toml_formatting = VERSION >= v"1.9")
7+
Aqua.test_all(BlockBandedMatrices, ambiguities=false, piracies=false)
118
end
129

1310
include("test_blockbanded.jl")

0 commit comments

Comments
 (0)