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

Add --force-reinstall to pip args when --force was passed #933

Merged
merged 4 commits into from
Jul 3, 2023

Conversation

dukecat0
Copy link
Member

@dukecat0 dukecat0 commented Feb 2, 2023

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

Summary of changes

Closes #582, #902, #929

Test plan

Tested by running

pipx install https://github.com/wntrblm/nox/archive/2022.1.7.zip
pipx install nox --force

@dukecat0 dukecat0 merged commit baab161 into pypa:main Jul 3, 2023
11 checks passed
@dukecat0 dukecat0 deleted the force-reinstall branch July 3, 2023 10:00
potiuk added a commit to potiuk/pipx that referenced this pull request Dec 2, 2023
The 1.3.0 version of `pipx` (with pypa#933) introduced a but where
the `--force-reinstall` flag caused failure when also
the `--editable` flag was used - because it was adding the
`--force-reinstall` flag after `--editable` one (and `--editable`
flag expects url/path to the Python package to install to follow it.

The change fixes it by adding the `--force-reinstall` flag at the
beginning rather than at the end of arguments to avoid this
kind of problem also in case other flags might have similar problem.

Fixes: pypa#1122
potiuk added a commit to potiuk/pipx that referenced this pull request Dec 2, 2023
The 1.3.0 version of `pipx` (with pypa#933) introduced a but where
the `--force-reinstall` flag caused failure when also
the `--editable` flag was used - because it was adding the
`--force-reinstall` flag after `--editable` one (and `--editable`
flag expects url/path to the Python package to install to follow it.

The change fixes it by adding the `--force-reinstall` flag at the
beginning rather than at the end of arguments to avoid this
kind of problem also in case other flags might have similar problem.

Fixes: pypa#1122
potiuk added a commit to potiuk/pipx that referenced this pull request Dec 2, 2023
The 1.3.0 version of `pipx` (with pypa#933) introduced a but where
the `--force-reinstall` flag caused failure when also
the `--editable` flag was used - because it was adding the
`--force-reinstall` flag after `--editable` one (and `--editable`
flag expects url/path to the Python package to install to follow it.

The change fixes it by adding the `--force-reinstall` flag at the
beginning rather than at the end of arguments to avoid this
kind of problem also in case other flags might have similar problem.

Fixes: pypa#1122
potiuk added a commit to potiuk/pipx that referenced this pull request Dec 2, 2023
The 1.3.0 version of `pipx` (with pypa#933) introduced a but where
the `--force-reinstall` flag caused failure when also
the `--editable` flag was used - because it was adding the
`--force-reinstall` flag after `--editable` one (and `--editable`
flag expects url/path to the Python package to install to follow it.

The change fixes it by adding the `--force-reinstall` flag at the
beginning rather than at the end of arguments to avoid this
kind of problem also in case other flags might have similar problem.

Fixes: pypa#1122
gaborbernat pushed a commit that referenced this pull request Dec 2, 2023
* Fix combining of `--editable` and `--force` flag

The 1.3.0 version of `pipx` (with #933) introduced a but where
the `--force-reinstall` flag caused failure when also
the `--editable` flag was used - because it was adding the
`--force-reinstall` flag after `--editable` one (and `--editable`
flag expects url/path to the Python package to install to follow it.

The change fixes it by adding the `--force-reinstall` flag at the
beginning rather than at the end of arguments to avoid this
kind of problem also in case other flags might have similar problem.

Fixes: #1122

* fixup! Fix combining of `--editable` and `--force` flag
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 not overwriting correctly
2 participants