summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2020-09-25 12:28:00 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2020-09-25 12:28:00 +0000
commit12967125c44ef37ef2e2f26ac62a0387cfcf9306 (patch)
treec03e6f0726e1e7caed9db9f4b654f4a30f174c02
parentc410e860b11615d29b66fb8a6b9c9c3a086506aa (diff)
downloadhorizon-12967125c44ef37ef2e2f26ac62a0387cfcf9306.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/victoria
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/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: I569023014dc1a4bb9f400f0fce4d17cc31dce77f
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index fb0fe98f5..69151f92c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,7 +20,7 @@ whitelist_externals =
bash
find
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands =
@@ -122,7 +122,7 @@ commands =
[testenv:docs]
# We need to install horizon dependecies to build module references
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =