summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-03-18 11:20:22 +0000
committerStephen Finucane <sfinucan@redhat.com>2021-04-15 15:50:53 +0100
commita2c2ec2f9e7a0dcf50f75710601d08b4401b2ef5 (patch)
tree870ba088b28927a8934a162a20764f23ffee605c
parente9333b55b39a0359b71570711e5bf9c7eaade381 (diff)
downloadoslo-messaging-a2c2ec2f9e7a0dcf50f75710601d08b4401b2ef5.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/wallaby12.7.2
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/wallaby branch, tests will continue to use the upper-constraints list on master. Change-Id: I2fce79689ae625184566fd980b9ab2c1de5ed379
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a03cbcc..80c5277 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:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}