summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-09-09 15:12:35 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-09-09 15:12:35 +0000
commit46778cd00035fb2d0ac335be80e592af26a00f5e (patch)
tree49a677633b9748cf25452e0f9525ac73b235bbc4
parent0d3dd74b961c50ac1c0146a72f0c5bff20acbfb6 (diff)
downloadkeystonemiddleware-46778cd00035fb2d0ac335be80e592af26a00f5e.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/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: Ibebc8a4e21818d5c04703a15aae615616f42a708
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2c2f023..c6acd61 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}