Skip to content

Commit 18bb145

Browse files
authored
Ignore ApproxFunBaseTest as a dep (#70)
1 parent 0cb575f commit 18bb145

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
@@ -13,7 +13,8 @@ using Test
1313

1414
using Aqua
1515
@testset "Project quality" begin
16-
Aqua.test_all(ApproxFunFourier, ambiguities=false)
16+
Aqua.test_all(ApproxFunFourier, ambiguities=false,
17+
stale_deps=(; ignore=[:ApproxFunBaseTest]))
1718
end
1819

1920
@testset "Periodic Domains" begin

0 commit comments

Comments
 (0)