JuliaLang / Pkg.jl

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

New HistoricalStdlibVersions version is breaking the Pkg tests #3929

Closed staticfloat closed 2 weeks ago

staticfloat commented 2 weeks ago

I'm confused; I tagged a v2.0 breaking version of HistoricalStdlibVersions, but it appears that new version is breaking existing Pkg tests. Is this compat entry insufficient?

KristofferC commented 2 weeks ago

It seems Pkg adds HistoricalStdlibVersions.jl during testing in a temp env:

https://github.com/JuliaLang/Pkg.jl/blob/db8ce8919c3f4a51d3e9307fa56a83932bf9d2c1/test/runtests.jl#L43

Which will not have that compat entry in it.