Source Poetry version (for binarySource=install) from ASDF where available #33470
Labels
manager:poetry
Poetry package manager
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
Discussed in #33428
Originally posted by palfrey January 6, 2025
Tell us more.
I've got a private project using the self-hosted runner, and there was an ASDF update of the Poetry version. I wanted to add a
postUpgradeTasks
to update the Poetry lock for the new version when Poetry gets updated, but the version of Poetry in the environment is being sourced from the lock file i.e. the previous version of Poetry.If an ASDF .tool-versions file with
poetry <version>
is available, I think this should be the first place to source the local Poetry version, not the lockfile.The text was updated successfully, but these errors were encountered: