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

pipx install: emit a warning when --force and --python were passed at the same time #899

Merged
merged 8 commits into from
Nov 30, 2023

Conversation

dukecat0
Copy link
Member

@dukecat0 dukecat0 commented Oct 9, 2022

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

Summary of changes

For pipx install, emit a warning when --force and --python were passed at the same time.
Closes #447

Test plan

Tested by running

pipx install black --force --python python3.10

@dukecat0 dukecat0 marked this pull request as draft October 9, 2022 06:49
src/pipx/main.py Outdated Show resolved Hide resolved
@dukecat0 dukecat0 marked this pull request as ready for review October 9, 2022 07:31
@gaborbernat gaborbernat merged commit 51f78b7 into pypa:main Nov 30, 2023
@dukecat0 dukecat0 deleted the emit-warning branch December 1, 2023 14:38
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 install --force --python ..." doesn't change Python version
3 participants