JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
616 stars 258 forks source link

Pkg tests change cwd, which breaks the test harness and make Julia CI red #3729

Closed vtjnash closed 8 months ago

vtjnash commented 8 months ago

See https://github.com/JuliaLang/julia/issues/52517

DilumAluthge commented 8 months ago

We should also just fix this in Julia itself. Just reset the working directory after each test group.