summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2023-03-02 14:10:15 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2023-03-02 14:10:15 +0000
commitc138787c0b5a30b48bd75e3fd61585d29c9d8949 (patch)
treee27535f47a153328de0197bd86371c67040b837f
parentb04f658b0b99131801b25b942e0861ccf67863c5 (diff)
downloadcliff-stable/2023.1.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/2023.1stable/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: I656137636f56ad700288c5a9556196c1a6930cac
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 49d0d38..2335d4c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ commands =
stestr run {posargs}
stestr slowest
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