We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f8f70 commit 1f50f10Copy full SHA for 1f50f10
test/runtests.jl
@@ -4,7 +4,8 @@ using Test
4
using Aqua
5
6
@testset "Project quality" begin
7
- Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false)
+ Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false,
8
+ stale_deps=(; ignore=[:ApproxFunBaseTest]))
9
end
10
11
@testset "Domain" begin
0 commit comments