Skip to content

Commit

Permalink
Disable Aqua.test_project_toml_formatting test for julia-1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevRI committed Sep 24, 2023
1 parent f876fbc commit 560c33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
Aqua.test_all(Measurements; stale_deps=false)
Aqua.test_stale_deps(Measurements; ignore=[:RecipesBase, :Requires])
end
if VERSION v"1.6"
if VERSION v"1.7"
Aqua.test_project_toml_formatting(Measurements)
end

Expand Down

0 comments on commit 560c33b

Please sign in to comment.