Merge "Update the constraints url"

This commit is contained in:
Zuul 2019-10-23 02:16:03 +00:00 committed by Gerrit Code Review
commit 83052c465f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ setenv =
install_command =
pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}