Skip to content

Commit

Permalink
Add Printf compat entry and tell Aqua to be okay with no test compat
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Nov 20, 2023
1 parent 52b5b33 commit 259c3f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.2.0-DEV"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
Printf = "<0.0.1, 1"
julia = "1"

[extras]
Expand Down
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ using Statistics

@testset "Aqua" begin
using Aqua
Aqua.test_all(Chairmarks)
Aqua.test_all(Chairmarks, deps_compat=false)
Aqua.test_deps_compat(Chairmarks, check_extras=false)
end
end

0 comments on commit 259c3f3

Please sign in to comment.