summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-09-14 07:41:43 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-09-14 07:41:43 +0000
commitcdf4107b0bf2700a202efca8d8f35f98f01cfef4 (patch)
tree8def9ac87692e93d4be737106f0938a34b0abb9b
parent5994dc23a50a22c230982723dc3754a3d033e334 (diff)
downloadkeystone-cdf4107b0bf2700a202efca8d8f35f98f01cfef4.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: I3acc0a817f5b8d5425d8d662d1919ac7e3cdaa0d
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index b1b1fad4c..421bd0a3d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ usedevelop = True
setenv =
PYTHONDONTWRITEBYTECODE=1
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}/test-requirements.txt
.[ldap,memcache,mongodb]
commands =
@@ -43,7 +43,7 @@ passenv = FAST8_NUM_COMMITS
# NOTE(browne): This is required for the integration test job of the bandit
# project. Please do not remove.
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
.[bandit]
commands = bandit -r keystone -x 'keystone/tests/*'
@@ -85,7 +85,7 @@ passenv =
[testenv:functional]
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}/test-requirements.txt
setenv = OS_TEST_PATH=./keystone/tests/functional
commands =
@@ -123,7 +123,7 @@ max-complexity=24
[testenv:docs]
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}/doc/requirements.txt
.[ldap,memcache,mongodb]
commands=