diff options
author | OpenStack Release Bot <infra-root@openstack.org> | 2020-09-10 09:46:17 +0000 |
---|---|---|
committer | OpenStack Release Bot <infra-root@openstack.org> | 2020-09-10 09:46:17 +0000 |
commit | a2a8b1ff181a8e6357d7c8dda8431878d7e3b000 (patch) | |
tree | 4df429904897625e83b0b8a6042df1bcc8f2f4a0 | |
parent | 0d45f55559434f853922f262df0fc39f07608931 (diff) | |
download | python-novaclient-stable/victoria.tar.gz |
Update TOX_CONSTRAINTS_FILE for stable/victoriastable/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: If9946c3dd78752eaa3548de0cec45517a043e7bc
-rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -16,7 +16,7 @@ passenv = ZUUL_CACHE_DIR REQUIREMENTS_PIP_LOCATION deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = @@ -31,7 +31,7 @@ commands = bandit -r novaclient -n5 -x tests [testenv:venv] deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt @@ -39,7 +39,7 @@ commands = {posargs} [testenv:docs] deps = - -c{env:TOX_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}/doc/requirements.txt commands = @@ -58,7 +58,7 @@ commands = [testenv:releasenotes] deps = - -c{env:TOX_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}/doc/requirements.txt commands = |