Skip to content

Commit

Permalink
Don't check for Project.toml formatting on v1.6 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Jul 27, 2023
1 parent 67a3f84 commit cb486f9
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 @@ -4,7 +4,10 @@ using Test

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

include("test_blockbanded.jl")
Expand Down

0 comments on commit cb486f9

Please sign in to comment.