commit | 0ae5d52a31735c35310401993a32b4f92b420dfd | [log] [tgz] |
---|---|---|
author | Jeremy Stanley <fungi@yuggoth.org> | Mon Dec 29 19:21:42 2014 +0000 |
committer | Jeremy Stanley <fungi@yuggoth.org> | Mon Dec 29 20:37:14 2014 +0000 |
tree | b35617bc0d1bfb048835771dc7055563adbdafca | |
parent | 9cdcb5fcc1680798cf481007a6a50d9447b77577 [diff] |
Preupgrade setuptools in tox tempestenv * tox.ini: If setuptools is declared as a dependency, even transitively, it can trigger a race in some versions of pip when called with -U wherein pip removes setuptools in preparation for upgrading it, and then proceeds to install something else using setuptools. Work around this behavior by upgrading setuptools within the virtualenv in advance. Change-Id: I6d9bf61c1ce41e46ff6f621bfa88d511f6c16120 Related-Bug: #1405579