pipx
pipx copied to clipboard
`upgrade-all` does not allow specifying `--pip-args`
Describe the bug
When I install packages from additional repos I have to e.g. set --pip-args="--extra-index-url=https://foo". Following #1441, this is not remembered for an upgrade.
When using upgrade foo --pip-args=xxx it works.
How to reproduce
- install a package from an additional repo (see above)
upgrade-alldoes not support--pip-args; neither as first nor as last argpipx --pip-args="xx" upgrade-allfailspipx upgrade-all --pip-args="xx"fails
Expected behavior
--pip-args supported when running upgrade-all