Skip to content

Commit

Permalink
Test using Aqua v0.8 (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Nov 20, 2023
1 parent a37073c commit 6a468e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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]
Expand Down
5 changes: 1 addition & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a468e5

Please sign in to comment.