summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2023-03-02 14:11:42 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2023-03-02 14:11:42 +0000
commit7fbc8dd9bf04b0bda3c66fb7ed5e6c92d47048ff (patch)
tree492d528e55aed8b1c5ba48730ab4b3714980ac84
parentc9c432d54cb4ebe72d2fcb70d501d4f2eeb9220f (diff)
downloadceilometermiddleware-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: I4948eb258e2a45a484445e0bd3e1c593f6883d48
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index dabf696..b0650a4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ usedevelop = True
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}