Skip to content

Commit

Permalink
Test using Aqua v0.8 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Dec 3, 2023
1 parent 7a96032 commit a07397f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 6 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
LazyArraysStaticArraysExt = "StaticArrays"

[compat]
Aqua = "0.6"
Aqua = "0.8"
ArrayLayouts = "1.4.1"
Base64 = "1"
FillArrays = "1.0"
LinearAlgebra = "1"
MacroTools = "0.5"
MatrixFactorizations = "1.0, 2.0"
SparseArrays = "1"
StaticArrays = "1.0"
Test = "1"
Tracker = "0.2"
julia = "1.9"

[extras]
Expand Down
7 changes: 1 addition & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ import ArrayLayouts: OnesLayout

using Aqua
@testset "Project quality" begin
Aqua.test_all(LazyArrays, ambiguities=false, piracy=false,
# Project.toml formatting issue on v1.6
# Pkg issue: https://github.com/JuliaLang/Pkg.jl/issues/3481
# Aqua workaround: https://github.com/JuliaTesting/Aqua.jl/issues/105#issuecomment-1551405866
# we only check the formatting on more recent versions
project_toml_formatting = VERSION>=v"1.7")
Aqua.test_all(LazyArrays, ambiguities=false, piracies=false)
end

@testset "Lazy MemoryLayout" begin
Expand Down

0 comments on commit a07397f

Please sign in to comment.