summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-09-10 14:35:05 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2021-09-10 14:35:05 +0000
commitb657365568ff84d4bb454fc7958ccb8ff3239365 (patch)
tree135824d2cd78ac936c81616e4e9d575cf575c217
parente7eae069aeb0b8296ee8df609956a234577d8b01 (diff)
downloadoslo-messaging-b657365568ff84d4bb454fc7958ccb8ff3239365.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/xena
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/xena branch, tests will continue to use the upper-constraints list on master. Change-Id: I11f9be64360191590c04c2eae245b45cf98e831b
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4c8fc9b..9ac80d7 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/xena}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}