summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-09-13 14:59:27 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-09-13 14:59:27 +0000
commit5d833604b36b8396e9a74e8d21c9415da661307b (patch)
tree8bb8146a9a31b61f183dee7fb5ad3c3649395368
parent53925d9084cc5d7c346f2e7ebd4287825d3a8c7d (diff)
downloadpython-glanceclient-5d833604b36b8396e9a74e8d21c9415da661307b.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: Icfe93ee2d2da8e153ab33685e9b67fdf33098628
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b9e681f..c7d4d40 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 = stestr run --slowest {posargs}
@@ -70,7 +70,7 @@ commands =
[testenv:releasenotes]
basepython = python3
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train}
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html