Skip to content

Commit 8c53abe

Browse files
committed
test: fix Aqua stale deps test
1 parent ddf15ed commit 8c53abe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/Aqua.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
# The unbound_args test fails on methods with signature like foo(::Type{Tuple{Vararg{V}}}) where V
33
# Seems like a bug.
44
import Aqua
5-
Aqua.test_all(PythonCall, unbound_args = false)
5+
Aqua.test_all(
6+
PythonCall,
7+
unbound_args = false,
8+
stale_deps = (; ignore = [:REPL])
9+
)
610
end

0 commit comments

Comments
 (0)