summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2020-09-11 20:58:45 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2020-09-11 20:58:45 +0000
commitfb4bc121a01e07cf64ac2b0986acd7285792de59 (patch)
treee554daca19c2073515dcd2b1af7b373bcd6d4632
parent41a0b108259ecce55337ef59565f82ba8d7d80ed (diff)
downloadoslo-messaging-fb4bc121a01e07cf64ac2b0986acd7285792de59.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: If33d1d063f651f208c9f2a9ce9545cb991a6249f
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9646cb2..46243c7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ passenv = OS_*
REQUIREMENTS_PIP_LOCATION
install_command = pip install {opts} {packages}
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}