github-actions[bot] opened a new pull request, #72175: URL: https://github.com/apache/airflow/pull/72175
`uv tool list` leaves out a tool whose environment is corrupted, so a leftover `uv tool install` of breeze went unnoticed by the legacy-install check even though it still owned ~/.local/bin/breeze. Setup stopped instead at the generic "not the shim managed by this script" message, which says nothing about the `uv tool uninstall` step that actually resolves it. Uninstalling such a tool cannot retract its entry point either — uv has already lost the metadata recording it — so a dangling symlink survives that neither -e nor -f sees, and the following run wrote through the dead link into the tool directory that was no longer there. Both halves of the migration to the uvx shim described in ADR 0017 now complete without manual cleanup. (cherry picked from commit d868c8c714448eff8f020b9aa0d56772b0db7021) Co-authored-by: rjgoyln <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
