Skip to content

Commit 0b8029f

Browse files
author
Christopher Doris
committed
remove unused REPL dependency
1 parent 1de6077 commit 0b8029f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1010
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1111
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
1212
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
13-
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
1413
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1514
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
1615
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
@@ -24,7 +23,6 @@ Libdl = "1"
2423
MacroTools = "0.5"
2524
Markdown = "1"
2625
Pkg = "1"
27-
REPL = "1"
2826
Requires = "1"
2927
Serialization = "1"
3028
Tables = "1"

test/Aqua.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
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)
106
end

0 commit comments

Comments
 (0)