Remove pin for pip and tox

Newer version of pip doesn't have problem with upgrading existing
libraries and tox doesn't have problem with env variables anymore.

Change-Id: Iebe84741c26d4eac7a720788dfed93bc1c06e3f5
This commit is contained in:
Denis Egorenko 2016-01-22 13:20:30 +03:00
parent 8c3cf55286
commit 39328ec03a

View File

@ -38,8 +38,7 @@ PIP_PACKAGES="python-glanceclient"
PIP_PACKAGES+=" mysql-python"
# Requirements for Cloudera plugin
PIP_PACKAGES+=" cm-api"
# TODO: remove this pin. Upper cap due to problem with tox (2.0) which isolated system env variables. Pip has problem with upgrading/removing existing libraries
PIP_PACKAGES+=" pip<8.0.0 tox<2.0"
PIP_PACKAGES+=" pip tox"
echo "mysql-server mysql-server/root_password select $MYSQL_PASS" | sudo debconf-set-selections
echo "mysql-server mysql-server/root_password_again select $MYSQL_PASS" | sudo debconf-set-selections