summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-09-09 09:17:02 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-09-09 09:17:02 +0000
commitd814af057a5e266bf0e488a3cb127799bf1e23c5 (patch)
treea50d5eb6cf397b87eeb05a96e94bcd443201a4b8
parentbb789e9a22d08b073a6656be60c1f389970155d5 (diff)
downloadoslo-messaging-stable/zed.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/zedstable/zed
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/zed branch, tests will continue to use the upper-constraints list on master. Change-Id: I65dc8c04014f0b0697bb6fa056accb8e37a790f1
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4c8fc9b..46b0715 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ passenv = OS_*
REQUIREMENTS_PIP_LOCATION
install_command = pip install {opts} {packages}
deps =
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}