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
pip freeze operations command is used to identify list of installed packages and it's version to verify if expected version is installed. Latest version of pip is not returning version number for any installation from whl available in local path and as a result, regression test assumes that version installed for a given package is not expected version. This needs to be fixed by finding the version of installed packages correctly.
The text was updated successfully, but these errors were encountered:
pip freeze operations command is used to identify list of installed packages and it's version to verify if expected version is installed. Latest version of pip is not returning version number for any installation from whl available in local path and as a result, regression test assumes that version installed for a given package is not expected version. This needs to be fixed by finding the version of installed packages correctly.
The text was updated successfully, but these errors were encountered: