Skip to content

Commit 1f50f10

Browse files
authored
Ignore ApproxFunBaseTest as a dep (#177)
1 parent 26f8f70 commit 1f50f10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ using Test
44
using Aqua
55

66
@testset "Project quality" begin
7-
Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false)
7+
Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false,
8+
stale_deps=(; ignore=[:ApproxFunBaseTest]))
89
end
910

1011
@testset "Domain" begin

0 commit comments

Comments
 (0)