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
Stop filtering out pip's "Requirement already satisfied" log lines (#1765)
Since while removing them makes the install logs slightly shorter,
it hides what is happening and makes it harder to see what package
version a historic build may have been using from the logs alone.
For example, when comparing a last successful build to a newly
failing build.
This now matches the behaviour for our other supported package
managers, where we don't filter out install lines relating to already
installed/cached packages.
As a compromise, we still edit the lines slightly, to remove the redundant
site-packages path information, which would otherwise cause each
package message to span multiple lines.
GUS-W-17897541.
0 commit comments