Skip to content

Commit

Permalink
Bump compat bound for Aqua.jl in tests (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch authored Sep 26, 2023
1 parent 897948b commit 82a6a82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ LinearMapsStatisticsExt = "Statistics"

[compat]
ChainRulesCore = "1"
Statistics = "1.6"
julia = "1.6"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.5, 0.6"
Aqua = "0.5, 0.6, 0.7"
BlockArrays = "0.16"
ChainRulesCore = "1"
ChainRulesTestUtils = "1.9"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Test, LinearMaps, Aqua

@testset "code quality" begin
Aqua.test_all(LinearMaps, project_toml_formatting=VERSIONv"1.7")
Aqua.test_all(LinearMaps, project_toml_formatting = VERSIONv"1.7", piracy = (broken=true,))
end

include("linearmaps.jl")
Expand Down

0 comments on commit 82a6a82

Please sign in to comment.