Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test using Aqua v0.8 #409

Merged
merged 1 commit into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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