Stream: helpdesk (published)

Topic: `Pkg.test` is not loading the latest version of the package


view this post on Zulip Elias Carvalho (Jan 26 2024 at 14:15):

In TableTransforms.jl tests, for some reason Pkg.jl is using an old version of TypedTables.jl, version v1.2.2:

image.png

When instantiating the test environment manually, Pkg.jl downloads the latest version, that is, this only happens in the Pkg.test command.

image.png

I found that the problem can be fixed by adding a compat to the TypedTables.jl.

But I wanted to ask: Could this be a Pkg.jl bug?


Last updated: Nov 06 2024 at 04:40 UTC