Merge "Update the constraints url"

This commit is contained in:
Zuul 2019-11-11 09:38:34 +00:00 committed by Gerrit Code Review
commit f504a1709d

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
passenv = *_proxy *_PROXY
[testenv:venv]