summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-09-23 14:14:25 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2021-09-23 14:14:25 +0000
commitd69b1d414760eba09b19e432d67f82e91620d543 (patch)
treeccb7bd17dccb465d3d9ad9ac038b66e6c4045e9c
parentca2c5c3f8ae8558c3357c01ae51920cc0db88370 (diff)
downloadhorizon-d69b1d414760eba09b19e432d67f82e91620d543.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: I78fd0ec6b339ea6d2702bc304de7ba35947fedbd
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 4e6e7dc3d..5d6ad5ebb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ whitelist_externals =
bash
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
# Unit test for a local hacking rule requires hacking.
@@ -138,7 +138,7 @@ commands =
[testenv:docs]
# We need to install horizon dependecies to build module references
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}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =