Skip to content

Commit

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

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

using Documenter
Expand Down

0 comments on commit fafa4d6

Please sign in to comment.