Avoid tox_install.sh for constraints support
We do not need tox_install.sh, pip can handle constraints itself and install the project correctly. Thus update tox.ini and remove the now obsolete tools/tox_install.sh file. This follows https://review.openstack.org/#/c/508061 to remove tools/tox_install.sh. Fixes requirements install failure with stable jobs. Change-Id: Ie2bf2618c8e202653a45cde195bd395ab7058dc1 (cherry picked from commit f999996e)
| ... | ... | @@ -11,3 +11,6 @@ sphinx>=1.6.2 # BSD |
| coverage!=4.4,>=4.0 # Apache-2.0 | ||
| jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT | ||
| reno!=2.3.1,>=1.8.0 # Apache-2.0 | ||
| mock>=2.0 # BSD | ||
| fixtures>=3.0.0 # Apache-2.0/BSD |
tools/tox_install.sh
deleted
100755 → 0
Please register or sign in to comment