From ac934b396232ba87df631c1c9ef16bc4ec67d8d8 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 27 Oct 2021 08:21:00 -0600 Subject: [PATCH] Fix upper constraints This is incorrectly pulling in master still. It needs to be victoria. Change-Id: I0a7e5d1258f5b563708a774e70a72d656b5afcfc --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e2f48cb4..135fb214 100644 --- a/tox.ini +++ b/tox.ini @@ -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}