Update TOX_CONSTRAINTS_FILE for stable/wallaby

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

Change-Id: I911cea72aafb12def52244d011cfe3c027e4a42e
This commit is contained in:
Richard Pioso 2021-04-13 21:46:36 -04:00
parent dc8860d08b
commit e4483e705f
1 changed files with 2 additions and 2 deletions

View File

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