Skip to content

Commit 9d565ea

Browse files
committed
Disable Aqua.test_project_toml_formatting test for julia-1.6
https://github.com/JuliaPhysics/Measurements.jl/actions/runs/5106883083/jobs/9179330278#step:6:331 but that is exactly how `Project.toml` already is...
1 parent a4bba3b commit 9d565ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else
77
Aqua.test_all(Measurements; stale_deps=false)
88
Aqua.test_stale_deps(Measurements; ignore=[:RecipesBase, :Requires])
99
end
10-
if VERSION v"1.6"
10+
if VERSION v"1.7"
1111
Aqua.test_project_toml_formatting(Measurements)
1212
end
1313

0 commit comments

Comments
 (0)