Skip to content

Commit

Permalink
Skip REPL test on 1.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Aug 4, 2024
1 parent 20f3d68 commit 140209a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ end

pop!(hp.history)
pop!(hp.history)
elseif Base.VERSION >= v"1.11.0-0"
@warn "Skipping REPL tests because Base.active_repl is not defined and Julia version is >= 1.11"
elseif haskey(ENV, "CI")
error("CI Revise tests must be run with -i")
end
Expand Down

0 comments on commit 140209a

Please sign in to comment.