Skip to content

Commit

Permalink
Don't check for Project.toml formatting on v1.6 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Jul 27, 2023
1 parent 6299bc5 commit 03999b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ using BlockArrays, LinearAlgebra, Test

using Aqua
@testset "Project quality" begin
Aqua.test_all(BlockArrays, ambiguities=false)
Aqua.test_all(BlockArrays, ambiguities=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")
end

using Documenter
Expand Down

0 comments on commit 03999b8

Please sign in to comment.