summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-03-04 17:17:07 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-03-04 17:17:07 +0000
commitc32aba54546a703700cc08b9e494e4c3ec170957 (patch)
tree17807052fedd4f3f10a94a7e71b98bc91a711cf3
parent6735c4adf3b24f1afdea03e60596f7abe4ff635c (diff)
downloadpython-keystoneclient-c32aba54546a703700cc08b9e494e4c3ec170957.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: I4aef7ae7d670342cb92fa9b9b59b4768d78057b7
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1e59eab..7ff4eb4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ setenv = 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 = find . -type f -name "*.pyc" -delete