Skip to content

Commit 7d078bb

Browse files
authored
Make Aqua ignore FiniteDifferences
1 parent 8fb038a commit 7d078bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/qa.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@testset "Aqua" begin
2-
Aqua.test_all(SpecialFunctions)
2+
# FiniteDifferences is not a direct dependency, but it's added
3+
# as one during the upstream FiniteDifferences integration test
4+
# with SpecialFunctions.
5+
Aqua.test_all(SpecialFunctions; stale_deps=(; ignore=:FiniteDifferences), deps_compat=(; ignore=:FiniteDifferences))
36
end
47

58
@testset "ExplicitImports" begin

0 commit comments

Comments
 (0)