From cb04a444e2e4767d577a70c05303c25680d32d6d Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Wed, 17 Oct 2018 11:37:47 +0200 Subject: [PATCH] Use upper-constraints.txt for sahara-tests testing It aligns with the general good practice in OpenStack and it prevents unexpected breakages coming from new library releases (as it happens currently with urllib3 1.24.) Change-Id: I1ad04708c088fa1e05beaa0d1915bae5420ad3c3 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 86a28b97..60dd2b86 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = + -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run {posargs}