Fix upper constraints

This is incorrectly pulling in master still. Needs to be ussuri.

Change-Id: I53a2a77213768feb2532c20c191960516aa56a6f
This commit is contained in:
Alex Schultz 2021-10-27 08:20:05 -06:00
parent 2f14e51427
commit 98655fb389
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}