summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-03-19 19:42:06 +0000
committerTakashi Kajinami <tkajinam@redhat.com>2022-06-07 16:11:35 +0000
commit8af6e5d6d587fe561f024880f1b28ae42e5b0ddf (patch)
tree8326cf534d0882dce1c53e3136f27e607a82c111
parent5378754f70bf65ac415ca2aee5acf04258315b18 (diff)
downloadkeystonemiddleware-8af6e5d6d587fe561f024880f1b28ae42e5b0ddf.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/wallaby
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/wallaby branch, tests will continue to use the upper-constraints list on master. Change-Id: I83bb9733bdca5500551bcae50218b9bec765983f
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4023606..59c6e96 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/wallaby}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}