Skip to content

Commit 82a6a82

Browse files
authored
Bump compat bound for Aqua.jl in tests (#213)
1 parent 897948b commit 82a6a82

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ LinearMapsStatisticsExt = "Statistics"
2020

2121
[compat]
2222
ChainRulesCore = "1"
23+
Statistics = "1.6"
2324
julia = "1.6"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1313
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1414

1515
[compat]
16-
Aqua = "0.5, 0.6"
16+
Aqua = "0.5, 0.6, 0.7"
1717
BlockArrays = "0.16"
1818
ChainRulesCore = "1"
1919
ChainRulesTestUtils = "1.9"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Test, LinearMaps, Aqua
22

33
@testset "code quality" begin
4-
Aqua.test_all(LinearMaps, project_toml_formatting=VERSIONv"1.7")
4+
Aqua.test_all(LinearMaps, project_toml_formatting = VERSIONv"1.7", piracy = (broken=true,))
55
end
66

77
include("linearmaps.jl")

0 commit comments

Comments
 (0)