You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before (in 1.4.x?), pipx upgrade-all used to print a message that said No packages upgraded after running 'pipx upgrade-all'. After upgrading to 1.6.0 the message is gone, and upgrade-all produces no output (there is some output while it tries to upgrade the installed packages, but no output remains after the command is executed).
I'm not sure if this was an intentional change or a bug. The code was recently changed in c9d31a6 (#1357 by @huxuan) and the message is still there:
Describe the bug
Before (in 1.4.x?),
pipx upgrade-all
used to print a message that saidNo packages upgraded after running 'pipx upgrade-all'
. After upgrading to 1.6.0 the message is gone, andupgrade-all
produces no output (there is some output while it tries to upgrade the installed packages, but no output remains after the command is executed).I'm not sure if this was an intentional change or a bug. The code was recently changed in c9d31a6 (#1357 by @huxuan) and the message is still there:
pipx/src/pipx/commands/upgrade.py
Lines 264 to 265 in 99c998d
however I don't see it in the output, even while using
-v
(I see several other lines of output though).How to reproduce
Make sure that all packages are upgraded, then run
pipx upgrade-all
.Expected behavior
I would like to see a message stating that currently no package needs upgrades.
The text was updated successfully, but these errors were encountered: