File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
10
10
MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
11
11
Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a"
12
12
Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
13
- REPL = " 3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
14
13
Requires = " ae029012-a4dd-5104-9daa-d747884805df"
15
14
Serialization = " 9e88b42a-f829-5b0c-bbe9-9e923198166b"
16
15
Tables = " bd369af6-aec1-5ad0-b16a-f7cc5008161c"
@@ -24,7 +23,6 @@ Libdl = "1"
24
23
MacroTools = " 0.5"
25
24
Markdown = " 1"
26
25
Pkg = " 1"
27
- REPL = " 1"
28
26
Requires = " 1"
29
27
Serialization = " 1"
30
28
Tables = " 1"
Original file line number Diff line number Diff line change 2
2
# The unbound_args test fails on methods with signature like foo(::Type{Tuple{Vararg{V}}}) where V
3
3
# Seems like a bug.
4
4
import Aqua
5
- Aqua. test_all (
6
- PythonCall,
7
- unbound_args = false ,
8
- stale_deps = (; ignore = [:REPL ])
9
- )
5
+ Aqua. test_all (PythonCall, unbound_args = false )
10
6
end
You can’t perform that action at this time.
0 commit comments