From be6ccda37ba6b593ea03cbef0c32481decd1050c Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Mon, 22 Jan 2024 16:48:54 -0600 Subject: [PATCH] Aqua 0.8, bound in [compat] Fixes CI failures --- Project.toml | 3 +++ test/runtests.jl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 33754b1..6107f8f 100644 --- a/Project.toml +++ b/Project.toml @@ -7,7 +7,10 @@ version = "0.1.1" OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" [compat] +Aqua = "0.8" +Documenter = "1" OffsetArrays = "1" +Test = "1" julia = "1" [extras] diff --git a/test/runtests.jl b/test/runtests.jl index 32f00f2..8bf3a33 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -4,7 +4,7 @@ using Aqua, Documenter @testset "Project meta quality checks" begin # Not checking compat section for test-only dependencies - Aqua.test_all(StackViews; project_extras=true, deps_compat=true, stale_deps=true, project_toml_formatting=true) + Aqua.test_all(StackViews; project_extras=true, deps_compat=true, stale_deps=true) if VERSION >= v"1.2" doctest(StackViews, manual = false) end