diff options
author | OpenStack Release Bot <infra-root@openstack.org> | 2021-09-10 14:33:00 +0000 |
---|---|---|
committer | OpenStack Release Bot <infra-root@openstack.org> | 2021-09-10 14:33:00 +0000 |
commit | 3170873254b74e2cd3a4cc0951c3d98ff0ef6c4b (patch) | |
tree | 8322571d1d9ddc9f1379e3bb3b7b1aca26fa7813 | |
parent | 9e1699cb86cc760bdea1d60b120f29fb16d16716 (diff) | |
download | python-glanceclient-3170873254b74e2cd3a4cc0951c3d98ff0ef6c4b.tar.gz |
Update TOX_CONSTRAINTS_FILE for stable/xena
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/xena branch, tests will
continue to use the upper-constraints list on master.
Change-Id: I6c9f8c4da11e320b06c74c95885b2e1c4f691898
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ setenv = OS_STDOUT_NOCAPTURE=False OS_STDERR_NOCAPTURE=False deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run --slowest {posargs} @@ -56,7 +56,7 @@ commands = [testenv:releasenotes] basepython = python3 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena} -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html |