Remove unconstraint package installation

tox_install.sh already takes care of package installation, respecting
upper constraints. we don't need to rerun installation without
constraints afterwards.

Change-Id: I6599d1532daba8dbabbbf2a15dfb4d2b08b8c981
This commit is contained in:
Dirk Mueller 2017-07-05 21:48:38 +02:00
parent a67ed2f235
commit 973fdbf884
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ setenv =
VIRTUAL_ENV={envdir}
BRANCH_NAME=master
CLIENT_NAME=os-api-ref
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
pip install -U {opts} {packages}
install_command = {toxinidir}/tools/tox_install.sh {toxinidir}/upper-constraints.txt {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py test --slowest --no-parallel --testr-args='{posargs}'