Skip to content

Commit c676431

Browse files
authored
Test using Aqua v0.8 (#614)
1 parent 0af84d1 commit c676431

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2626

2727
[compat]
2828
AbstractFFTs = "0.5, 1"
29-
Aqua = "0.7"
29+
Aqua = "0.8"
3030
BandedMatrices = "0.16, 0.17, 1"
3131
BlockArrays = "0.14, 0.15, 0.16"
3232
BlockBandedMatrices = "0.10, 0.11, 0.12"
@@ -43,10 +43,12 @@ IntervalSets = "0.5, 0.6, 0.7"
4343
LazyArrays = "0.20, 0.21, 0.22, 1"
4444
LinearAlgebra = "1.9"
4545
LowRankMatrices = "1"
46+
Random = "1.9"
4647
SparseArrays = "1.9"
4748
SpecialFunctions = "0.10, 1.0, 2"
4849
StaticArrays = "0.12, 1.0"
4950
Statistics = "1.9"
51+
Test = "1.9"
5052
julia = "1.9"
5153

5254
[extras]

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using SpecialFunctions
1616
using Test
1717

1818
@testset "Project quality" begin
19-
Aqua.test_all(ApproxFunBase, ambiguities=false, piracy = false)
19+
Aqua.test_all(ApproxFunBase, ambiguities=false, piracies = false)
2020
end
2121

2222
@testset "Helper" begin

0 commit comments

Comments
 (0)