summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2023-02-24 15:20:55 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2023-02-24 15:20:55 +0000
commitb3c4ca76b5aa5c72efb3e3860e634ddb45d84313 (patch)
tree0fa69537042bbe57df40a697371400087f99ccd0
parentcb67092c35587222873f554c75245d77e3d00e9c (diff)
downloadoslo-middleware-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: Icdf7a15b8f39850ad2175db03a79d9cc5b358380
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9fabc2b..868315d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ envlist = py3,pep8
setenv =
VIRTUAL_ENV={envdir}
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
commands = stestr run --slowest {posargs}