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
[sonic-utilities-build] Explicitly install 'mock' package and use Python 2 for 201911 branch (sonic-net#196)
Something changed recently which caused the sonic-utilities 201911 PR build to fail to install the `mock` package from PyPI implicitly. Here, we install version 3.0.5 (the latest version available for Python 2) of the package explicitly before building the sonic-utilities package.
Also, explicitly call `pip2` and `python2` instead of `pip` and `python` just to ensure the proper versions are used.
0 commit comments