summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-09-20 16:30:27 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-09-20 16:30:27 +0000
commita2b5fae95f76ce5ee4c2da04ecbff2bbf25a8a8c (patch)
tree60cf371ad4198fe905738856667e0de828186f23
parent6de37273c83ed60383cb1466e311a9b1b5a7f8d2 (diff)
downloadoslo-concurrency-a2b5fae95f76ce5ee4c2da04ecbff2bbf25a8a8c.tar.gz
Update TOX/UPPER_CONSTRAINTS_FILE for stable/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: Iaaa5cae1902bbadae34b555e20d85bbef4bf92b1
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 00f953f..4abd8bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py27,py37,pep8
[testenv]
install_command = pip install {opts} {packages}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
# We want to support both vanilla stdlib and eventlet monkey patched