Skip to content

Commit

Permalink
test: fix Aqua stale deps test
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jan 1, 2025
1 parent ddf15ed commit 8c53abe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/Aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
# The unbound_args test fails on methods with signature like foo(::Type{Tuple{Vararg{V}}}) where V
# Seems like a bug.
import Aqua
Aqua.test_all(PythonCall, unbound_args = false)
Aqua.test_all(
PythonCall,
unbound_args = false,
stale_deps = (; ignore = [:REPL])
)
end

0 comments on commit 8c53abe

Please sign in to comment.