Merge "Switch to the new canonical constraints URL on master"

This commit is contained in:
Zuul 2020-04-03 13:57:21 +00:00 committed by Gerrit Code Review
commit cc966bb770
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ setenv =
PYTHONWARNINGS=default::DeprecationWarning
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
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}