Skip to content

Commit 1c5f391

Browse files
authored
update Aqua.jl tests (#118)
* update Aqua.jl tests * bump version
1 parent 5342700 commit 1c5f391

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RootedTrees"
22
uuid = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
33
authors = ["Hendrik Ranocha <mail@ranocha.de> and contributors"]
4-
version = "2.19.1"
4+
version = "2.19.2"
55

66
[deps]
77
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,6 +1722,8 @@ using Aqua: Aqua
17221722
@testset "Aqua" begin
17231723
Aqua.test_all(RootedTrees;
17241724
ambiguities = (; exclude = [getindex]),
1725+
# Requires.jl is not loaded on new versions of Julia
1726+
stale_deps = (; ignore = [:Requires]),
17251727
# New Project.toml tests fail on old versions of Julia
17261728
project_toml_formatting = false)
17271729

0 commit comments

Comments
 (0)