summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2023-03-07 16:27:59 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2023-03-07 16:27:59 +0000
commita0232f289ebbd1c63eb70a53e112fa34d271f9da (patch)
treedf2c0c9b07e3a1fd6d92a74920d1fb1ccd3435ba
parenta44b3640605933476692c19096e6dd9a4770f53a (diff)
downloadhorizon-a0232f289ebbd1c63eb70a53e112fa34d271f9da.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/2023.1
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/2023.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I29873d068166207dbd525c9501cfe8c48883ba7d
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 59aacaab9..e81cb0f3f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,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/2023.1}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
# Unit test for a local hacking rule requires hacking.
@@ -137,7 +137,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/2023.1}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =