summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-09-20 16:20:32 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-09-20 16:20:32 +0000
commit789bcf1563630207eff7f8582a2d25dae7c6e224 (patch)
tree7ac90a45cc82f13872771aab30497bb6d94a0a78
parent4870f95a85cca22cec95ee9e148f54b56d8135a1 (diff)
downloadcliff-789bcf1563630207eff7f8582a2d25dae7c6e224.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: If68f6e31fb95b24d9d5257944956f73e69757e55
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 64d19d2..bf227fa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands =
python setup.py test --coverage --coverage-package-name=cliff --slowest --testr-args='{posargs}'
coverage report --show-missing
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt