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 ddf15ed commit 8c53abeCopy full SHA for 8c53abe
test/Aqua.jl
@@ -2,5 +2,9 @@
2
# The unbound_args test fails on methods with signature like foo(::Type{Tuple{Vararg{V}}}) where V
3
# Seems like a bug.
4
import Aqua
5
- Aqua.test_all(PythonCall, unbound_args = false)
+ Aqua.test_all(
6
+ PythonCall,
7
+ unbound_args = false,
8
+ stale_deps = (; ignore = [:REPL])
9
+ )
10
end
0 commit comments