Fix upper-constraints.txt url

Wrong link used in commit 203bce9cd7.

Change-Id: I90cf7584830afccdd0028b0ed7e5061e67430815
This commit is contained in:
Rabi Mishra 2019-04-24 08:32:55 +05:30
parent a0c95d6f54
commit 86e41a8a8f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
OS_TEST_PATH=heat/tests
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/src/branch/master/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =