From c9221d24ae904304f27143b74d0ebc221fcfc6d5 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 30 Oct 2020 15:51:36 +0000 Subject: [PATCH] Update TOX_CONSTRAINTS_FILE for stable/victoria Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: I7958561f7cd1b5b5491d80dbc142d83e0388683d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a2f8dad955..2f8d1a2695 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = pep8,py37,tht basepython = python3 usedevelop = True deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = python setup.py testr --slowest --testr-args='{posargs}'