summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-09-12 09:27:22 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-09-12 09:27:22 +0000
commit13b7e7615d70aa169c5944958f9b6312002867db (patch)
treeaa04db3c34e83392a191c783a3786d94023fcf56
parent37a8302b9225a4694ff5e8546dbeabd161193944 (diff)
downloadpython-keystoneclient-stable/train.tar.gz
Update TOX/UPPER_CONSTRAINTS_FILE for stable/trainstable/train
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/train branch, tests will continue to use the upper-constraints list on master. Change-Id: I9c7e572833f538d68a9988d440f09bdb6f61087c
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 374893c..af16db6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDERR_NOCAPTURE=False
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.pyc" -delete