Fix upper constraints

This is incorrectly pulling in master still. It needs to be victoria.

Change-Id: I0a7e5d1258f5b563708a774e70a72d656b5afcfc
This commit is contained in:
Alex Schultz 2021-10-27 08:21:00 -06:00
parent 3c4c81cab1
commit ac934b3962
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/victoria}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}