Closed
Description
When I try to use TestReports.jl on Julia 1.11.0-rc1 (2024-06-25) I get a crash before any tests run. Here's what happens:
julia> using TestReports; TestReports.test("WesVAR")
[ Info: Testing WesVAR
ERROR: KeyError: key "REPL" not found
Stacktrace:
[1] getindex
@ ./dict.jl:477 [inlined]
[2] Base.Precompilation.ExplicitEnv(envpath::String)
@ Base.Precompilation ./precompilation.jl:201
[3] Base.Precompilation.ExplicitEnv()
@ Base.Precompilation ./precompilation.jl:29
[4] precompilepkgs(pkgs::Vector{String}; internal_call::Bool, strict::Bool, warn_loaded::Bool, timing::Bool, _from_loading::Bool, configs::Pair{Cmd, Base.CacheFlags}, io::Base.TTY, fancyprint::Bool)
@ Base.Precompilation ./precompilation.jl:367
[5] _require(pkg::Base.PkgId, env::String)
@ Base ./loading.jl:2377
[6] __require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:2216
[7] #invoke_in_world#3
@ ./essentials.jl:1077 [inlined]
[8] invoke_in_world
@ ./essentials.jl:1074 [inlined]
[9] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:2207
[10] macro expansion
@ ./loading.jl:2146 [inlined]
[11] macro expansion
@ ./lock.jl:273 [inlined]
[12] __require(into::Module, mod::Symbol)
@ Base ./loading.jl:2103
[13] #invoke_in_world#3
@ ./essentials.jl:1077 [inlined]
[14] invoke_in_world
@ ./essentials.jl:1074 [inlined]
[15] require(into::Module, mod::Symbol)
@ Base ./loading.jl:2096
ERROR: TestReports failed to generate the report.
See error log above.
Metadata
Metadata
Assignees
Labels
No labels