Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstall app fix #679

Merged
merged 3 commits into from
Apr 29, 2021
Merged

Uninstall app fix #679

merged 3 commits into from
Apr 29, 2021

Conversation

itsayellow
Copy link
Contributor

  • I have added an entry to docs/changelog.md

Summary of changes

This should've been included with #672 (my bad). When looking at the metadata to determine the apps installed, we should check each PackageInfo for include_apps to tell if there were apps ACTUALLY installed into the local binary directory. Injected packages using pipx inject without the --include-apps switch need to be handled here properly (they won't install their apps to the local bin dir).

This really only affects uninstalls on Windows (without symlinks to determine parent venv) with injected packages. But it needs to be fixed nonetheless.

Test plan

Tested by running

# command(s) to exercise these changes

@cs01 cs01 assigned cs01 and unassigned cs01 Apr 29, 2021
@cs01 cs01 self-requested a review April 29, 2021 05:11
@itsayellow itsayellow merged commit 238622d into pypa:master Apr 29, 2021
@itsayellow itsayellow deleted the uninstall-app-fix branch April 29, 2021 06:05
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.

2 participants