diff --git a/Project.toml b/Project.toml index fa188de..521235c 100644 --- a/Project.toml +++ b/Project.toml @@ -7,7 +7,7 @@ Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" [compat] Adapt = "2, 3" -Aqua = "0.5" +Aqua = "0.6" CatIndices = "0.2" DistributedArrays = "0.6" Documenter = "0.27" diff --git a/test/Project.toml b/test/Project.toml index da67f5b..8b95367 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Adapt = "2, 3" -Aqua = "0.5" +Aqua = "0.6" CatIndices = "0.2" DistributedArrays = "0.6" Documenter = "0.27" diff --git a/test/runtests.jl b/test/runtests.jl index 2aacaad..300a18d 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -41,8 +41,7 @@ function same_value(r1, r2) end @testset "Project meta quality checks" begin - # Not checking compat section for test-only dependencies - Aqua.test_all(OffsetArrays; project_extras=true, deps_compat=true, stale_deps=true, project_toml_formatting=true) + Aqua.test_all(OffsetArrays, piracy=false) if VERSION >= v"1.2" doctest(OffsetArrays, manual = false) end