summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-11-26 10:50:38 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-11-26 10:50:38 +0000
commit7df49badb09520f2dff6f5a3ad8cb1699e28e81a (patch)
treeeec41d55087c6701c722af76169814c99a5872a5
parent559132b82e85860ae3339c53b31cef002f206cc3 (diff)
downloadoslo-messaging-feature/nats-driver.tar.gz
Update TOX/UPPER_CONSTRAINTS_FILE for feature/nats-driverfeature/nats-driver
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 feature/nats-driver branch, tests will continue to use the upper-constraints list on master. Change-Id: I7bef96165091b2b1af1dd0735e70737d31144500
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f605806..37d6fd8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,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:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/nats-driver}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}