Merge "Fix upper constraints" into stable/ussuri

This commit is contained in:
Zuul 2021-11-04 05:49:54 +00:00 committed by Gerrit Code Review
commit 8b87e56b92
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ basepython = python3
setenv =
VIRTUAL_ENV={envdir}
deps =
-c{env:UPPER_CONSTRAINTS_FILE: https://releases.openstack.org/constraints/upper/master}
-c{env:UPPER_CONSTRAINTS_FILE: https://releases.openstack.org/constraints/upper/ussuri}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}