Skip to content

Commit

Permalink
Use Aqua v0.6 in tests (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Jul 3, 2023
1 parent e8964c8 commit 1cae070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

[compat]
Adapt = "2, 3"
Aqua = "0.5"
Aqua = "0.6"
CatIndices = "0.2"
DistributedArrays = "0.6"
Documenter = "0.27"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Adapt = "2, 3"
Aqua = "0.5"
Aqua = "0.6"
CatIndices = "0.2"
DistributedArrays = "0.6"
Documenter = "0.27"
Expand Down
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ function same_value(r1, r2)
end

@testset "Project meta quality checks" begin
# Not checking compat section for test-only dependencies
Aqua.test_all(OffsetArrays; project_extras=true, deps_compat=true, stale_deps=true, project_toml_formatting=true)
Aqua.test_all(OffsetArrays, piracy=false)
if VERSION >= v"1.2"
doctest(OffsetArrays, manual = false)
end
Expand Down

2 comments on commit 1cae070

@jishnub
Copy link
Member Author

@jishnub jishnub commented on 1cae070 Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/86750

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.12.10 -m "<description of version>" 1cae070b6b25d987eea78071942be87d041ca294
git push origin v1.12.10

Please sign in to comment.