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 a stable/victoria branch, tests
will continue to use the upper-constraints list on master.

Change-Id: Ib55ba5f69818ab890feacbd8da8eed0d52604145
This commit is contained in:
Richard Pioso 2020-10-09 17:01:40 -04:00
parent 44092db7b8
commit 8b97afb0bf
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ ignore_basepython_conflict=true
usedevelop = True
install_command = pip install -U {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
basepython = python3
@ -26,7 +26,7 @@ commands =
[testenv:docs]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -b html doc/source doc/build/html