Constraints are ready to be used for tox.ini

Per email[1] from Andreas, we don't need to hack at install_command
any longer.

[1] http://openstack.markmail.org/thread/a4l7tokbotwqvuoh

Change-Id: I621a627d007bf31e6ae7883985240f6f8ef72107
This commit is contained in:
pawnesh.kumar 2016-10-10 21:06:26 +05:30 committed by Pierre Mathieu
parent 1f68586614
commit 0530352608
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ passenv =
FREEZER_TEST_NO_LVM
http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
install_command = pip install -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
whitelist_externals =