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"
1010MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1111Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a"
1212Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
13- REPL = " 3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
1413Requires = " ae029012-a4dd-5104-9daa-d747884805df"
1514Serialization = " 9e88b42a-f829-5b0c-bbe9-9e923198166b"
1615Tables = " bd369af6-aec1-5ad0-b16a-f7cc5008161c"
@@ -24,7 +23,6 @@ Libdl = "1"
2423MacroTools = " 0.5"
2524Markdown = " 1"
2625Pkg = " 1"
27- REPL = " 1"
2826Requires = " 1"
2927Serialization = " 1"
3028Tables = " 1"
Original file line number Diff line number Diff line change 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 (
6- PythonCall,
7- unbound_args = false ,
8- stale_deps = (; ignore = [:REPL ])
9- )
5+ Aqua. test_all (PythonCall, unbound_args = false )
106end
You can’t perform that action at this time.
0 commit comments