From 9e9b7d6d1b16b26179410cd0bec73276347f1048 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Sat, 2 Dec 2023 16:03:42 +0530 Subject: [PATCH] Test with Aqua v0.8 (#149) --- Project.toml | 11 +++++++---- test/runtests.jl | 5 +---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index 82f2435..8dd0cd9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "InfiniteArrays" uuid = "4858937d-0d70-526a-a4dd-2d5cb5dd786c" -version = "0.13.3" +version = "0.13.2" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -20,16 +20,19 @@ InfiniteArraysDSPExt = "DSP" InfiniteArraysStatisticsExt = "Statistics" [compat] -Aqua = "0.6" +Aqua = "0.8" ArrayLayouts = "1.0" -BandedMatrices = "0.17.18" +BandedMatrices = "0.17.18, 1" +Base64 = "1" DSP = "0.7" FillArrays = "1.0" Infinities = "0.1.1" LazyArrays = "1.0" LazyBandedMatrices = "0.8.9, 0.9" LinearAlgebra = "1.6" -Statistics = "1.6" +SparseArrays = "1" +Statistics = "1" +Test = "1" julia = "1.6" [extras] diff --git a/test/runtests.jl b/test/runtests.jl index 2c073eb..8d0a686 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -7,10 +7,7 @@ import Base.Broadcast: broadcasted, Broadcasted, instantiate using Aqua @testset "Project quality" begin - Aqua.test_all(InfiniteArrays, 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(InfiniteArrays, ambiguities=false, piracies=false) end @testset "construction" begin