Skip to content

Conversation

dukecat0
Copy link
Member

@dukecat0 dukecat0 commented Sep 29, 2025

…inned package

  • I have added a news fragment under changelog.d/ (if the patch affects the end users)

Summary of changes

pipx reinstall: An exception will now be raised if package is pinned. --unpin option is introduced to allow reinstalling pinned package
Fixes #1611

Test plan

Tested by running

pipx install black
pipx pin black
pipx reinstall black
pipx reinstall --unpin black

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"pipx reinstall" clears pinned state ("pipx pin") for packages/dependencies
1 participant