Skip to content

Commit

Permalink
Test using Aqua v0.8 (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Nov 19, 2023
1 parent b3978a9 commit e445b49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,18 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
BandedMatricesSparseArraysExt = "SparseArrays"

[compat]
Aqua = "0.7"
Aqua = "0.8"
Base64 = "1.6"
ArrayLayouts = "1.1"
Documenter = "0.27"
FillArrays = "1.3"
GenericLinearAlgebra = "0.3"
InfiniteArrays = "0.12, 0.13"
LinearAlgebra = "1.6"
PrecompileTools = "1"
Random = "1.6"
SparseArrays = "1.6"
Test = "1.6"
julia = "1.6"

[extras]
Expand Down
5 changes: 1 addition & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ using Test

using Aqua
@testset "Project quality" begin
Aqua.test_all(BandedMatrices, ambiguities=false, piracy=false,
# only test formatting on VERSION >= v1.7
# https://github.com/JuliaTesting/Aqua.jl/issues/105#issuecomment-1551405866
project_toml_formatting = VERSION >= v"1.7")
Aqua.test_all(BandedMatrices, ambiguities=false, piracies=false)
end

using Documenter
Expand Down

0 comments on commit e445b49

Please sign in to comment.