From 6a468e56a2c58752201762fbfb75f18a1ff51965 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Mon, 20 Nov 2023 15:08:40 +0530 Subject: [PATCH] Test using Aqua v0.8 (#925) --- Project.toml | 4 +++- test/runtests.jl | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index c5dab57de..5cbb10bea 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ ApproxFunBaseTest = "0.1" ApproxFunFourier = "0.3" ApproxFunOrthogonalPolynomials = "0.5, 0.6" ApproxFunSingularities = "0.3.10" -Aqua = "0.7" +Aqua = "0.8" BandedMatrices = "0.16, 0.17, 1" BlockBandedMatrices = "0.11, 0.12" Calculus = "0.5" @@ -42,10 +42,12 @@ FFTW = "1" FastTransforms = "0.13, 0.14, 0.15" IntervalSets = "0.7.5" LinearAlgebra = "1.6" +Random = "1.6" RecipesBase = "1.0" Reexport = "1.0" SpecialFunctions = "1.1, 2" StaticArrays = "1" +Test = "1.6" julia = "1.6" [extras] diff --git a/test/runtests.jl b/test/runtests.jl index bb5e58901..a96d13c82 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -12,10 +12,7 @@ using ApproxFunBaseTest: testbandedblockbandedoperator using Aqua @testset "Project quality" begin Aqua.test_all(ApproxFun, ambiguities=false, undefined_exports=false, - stale_deps=(; ignore=[:ApproxFunBaseTest]), 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.9") + stale_deps=(; ignore=[:ApproxFunBaseTest]), piracies = false) end using Documenter