Skip to content

Commit 19382e8

Browse files
authored
Aqua: do not test ambiguities in Base and Core (#189)
* Test ambiguities only on TaylorIntegration * Bump patch version
1 parent a9e88a2 commit 19382e8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TaylorIntegration"
22
uuid = "92b13dbe-c966-51a2-8445-caca9f8a7d42"
33
repo = "https://github.com/PerezHz/TaylorIntegration.jl.git"
4-
version = "0.15.1"
4+
version = "0.15.2"
55

66
[deps]
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

test/aqua.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ using Aqua
2424
end
2525

2626
@testset "Aqua tests (additional)" begin
27+
Aqua.test_ambiguities(TaylorIntegration)
2728
Aqua.test_all(
2829
TaylorIntegration;
30+
ambiguities=false,
2931
stale_deps=(ignore=[:DiffEqBase, :RecursiveArrayTools, :Requires, :StaticArrays],),
3032
)
3133
end
32-

0 commit comments

Comments
 (0)