Skip to content

Commit

Permalink
update Aqua.jl tests (#118)
Browse files Browse the repository at this point in the history
* update Aqua.jl tests

* bump version
  • Loading branch information
ranocha authored Jun 12, 2023
1 parent 5342700 commit 1c5f391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RootedTrees"
uuid = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
authors = ["Hendrik Ranocha <[email protected]> and contributors"]
version = "2.19.1"
version = "2.19.2"

[deps]
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
Expand Down
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1722,6 +1722,8 @@ using Aqua: Aqua
@testset "Aqua" begin
Aqua.test_all(RootedTrees;
ambiguities = (; exclude = [getindex]),
# Requires.jl is not loaded on new versions of Julia
stale_deps = (; ignore = [:Requires]),
# New Project.toml tests fail on old versions of Julia
project_toml_formatting = false)

Expand Down

2 comments on commit 1c5f391

@ranocha
Copy link
Member Author

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/85338

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 v2.19.2 -m "<description of version>" 1c5f39154bd2470189bc1bd6237ebcfa7d02f073
git push origin v2.19.2

Please sign in to comment.