From a363773472168169477b007c9d4aa6a2b983ab7e Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Tue, 17 Oct 2017 18:17:43 +0300 Subject: [PATCH] [ci] Launch tox at real requirements Rally team abandoned alignment to OpenStack global-requirements. This decision allows us to use libraries which we want, pin versions before the rally releases and so on. Despite the fact that we continue synchronizing with g-r regulary (to be compatible with openstack clients), some dependencies can differ. Unit and functional tests are designed to be check Rally itself, so it makes sence to install the packages which fits our requirements, not global one. Change-Id: I6c5306732395ce0caf0a1bcad8fc99c1330c8920 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index df5f7881..1aba3fe2 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ whitelist_externals = find make deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -install_command = pip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt -U {opts} {packages} +install_command = pip install -U {opts} {packages} usedevelop = True commands = find . -type f -name "*.pyc" -delete