summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-03-04 17:16:51 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-03-04 17:16:51 +0000
commit4f9ed4f7dd1b8d26df83830215b2065df9a27e7b (patch)
tree522896f4b19e7d1e5ac4d38d3e31fba67d1486d0
parentaa40f044564690f51e3adb1cb7de2a1452b31e7c (diff)
downloadkeystonemiddleware-4f9ed4f7dd1b8d26df83830215b2065df9a27e7b.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/yoga
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/yoga branch, tests will continue to use the upper-constraints list on master. Change-Id: I251b1466e3986523cc6f571ee5b80b6dd3c0c69c
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4023606..83ca15f 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/yoga}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}