summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-09-20 16:41:21 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-09-20 16:41:21 +0000
commit8b49bd55e5f2274d14745e95241b35f7b1c9e853 (patch)
tree57cd5674855f99130315f7d8e7ebc01cb94ff394
parent0ea25c58ff4907f5f271d57e7fbd5c71ce8f0742 (diff)
downloadoslo-vmware-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: I7fb67a78c9317b6a04ae8d3fc9f453c04f963204
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 3926707..637e1dd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ install_command = pip install {opts} {packages}
whitelist_externals =
find
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
commands = stestr run --slowest {posargs}
@@ -60,7 +60,7 @@ local-check-factory = oslo_vmware.hacking.checks.factory
[testenv:releasenotes]
basepython = python3
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}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html