From: Cédric Ollivier Date: Sun, 16 May 2021 14:36:06 +0000 (+0200) Subject: Update tox.ini to Wallaby X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=686c26929bca61243b7c8a348ab3db39d96bfe42;p=functest.git Update tox.ini to Wallaby Change-Id: Iffd2ae06dec139e82296fe56a2fd49aa186dd9be Signed-off-by: Cédric Ollivier --- diff --git a/tox.ini b/tox.ini index c6d7a4ab2..daaf84219 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ pip_version = pip==20.2.4 usedevelop = True deps = -c{toxinidir}/upper-constraints.txt - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/wallaby/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt install_command = pip install {opts} {packages}