summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2020-09-11 20:57:37 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2020-09-11 20:57:37 +0000
commit4f386b7a7e2131ffa1d093bcc31a2a309eebbc26 (patch)
treee826a452ebdc7d863a178716f154a0343c5e1cbf
parentc4d29f0c4abfb036e6398f3068ab7ea9fa605aaa (diff)
downloadoslo-i18n-stable/victoria.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/victoriastable/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: I0a79932d944846bb1b97cf9d83c4f4193fc9b003
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 1b65b37..d2c8d9a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ ignore_basepython_conflict = true
[testenv]
basepython = python3
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 = stestr run --slowest {posargs}
@@ -62,7 +62,7 @@ import_exceptions =
whitelist_externals =
rm
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}/doc/requirements.txt
commands =
rm -rf releasenotes/build