summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-09-21 12:08:25 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-09-21 12:08:25 +0000
commitb67481019640361255f8d87c9113c04827fcf4eb (patch)
tree4c85d56bdb84684b2f6fe2f55644248e5514d7fc
parente51c56fa6a7461fcc50bde330f8033e0c249437b (diff)
downloadhorizon-b67481019640361255f8d87c9113c04827fcf4eb.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/zed
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/zed branch, tests will continue to use the upper-constraints list on master. Change-Id: I9c3e2810b1ffd5ed453ce536f7a1fa12bb3c370d
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8a4ebfab8..07e0741bd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,7 +26,7 @@ allowlist_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/zed}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
# Unit test for a local hacking rule requires hacking.
@@ -131,7 +131,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/zed}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =