summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2023-02-24 15:20:02 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2023-02-24 15:20:02 +0000
commit2fad9a7aede3c69fb56a92b139e915c449367328 (patch)
tree6b341f429c4bd5b49dd6b07d08a22270f481274c
parent3c6d99ab8e7080210d56673b8c51261eb119267f (diff)
downloadoslo-messaging-2fad9a7aede3c69fb56a92b139e915c449367328.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: Ie6771720d1f90712dbb2f078240ceb8a37f71d38
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index f772807..98afbf3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ passenv =
ZUUL_CACHE_DIR
REQUIREMENTS_PIP_LOCATION
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
commands =
@@ -35,7 +35,7 @@ commands = {posargs}
[testenv:docs]
allowlist_externals = rm
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}/doc/requirements.txt
commands =
rm -fr doc/build
@@ -117,7 +117,7 @@ commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
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}/doc/requirements.txt
[testenv:bindep]