summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-09-10 14:40:45 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2021-09-10 14:40:45 +0000
commit7ea762eb3d8fa8040cef238deb5d5d7f0c37f16b (patch)
tree90df9157dd8d8d940c0b5729e43463343b69f4bb
parent533e9a268c077545e1aea32948766c862100e03c (diff)
downloadoslo-vmware-7ea762eb3d8fa8040cef238deb5d5d7f0c37f16b.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: I44437cff96fd51f70028315cdf3840abbbc08451
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ffbe76d..64a1929 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ basepython = python3
whitelist_externals =
find
deps =
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}
@@ -62,7 +62,7 @@ paths = ./oslo_vmware/hacking
[testenv:releasenotes]
whitelist_externals = rm
deps =
- -c{env:TOX_CONSTRAINTS_FILE:ttps://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build