summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-09-16 15:19:53 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-09-16 15:19:53 +0000
commit392cf77d8db26737b0187d517a8e59e2ded2b65a (patch)
tree5cb509262b0b7d8dcc7ce6809b64baf3a515d77b
parent15965491304b772ac9497b490b9291b2cf1b2151 (diff)
downloadtrove-392cf77d8db26737b0187d517a8e59e2ded2b65a.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/zed
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/zed branch, tests will continue to use the upper-constraints list on master. Change-Id: I9047dc5cf1d48d082cf1b503a2b0a34b3823dbca
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 4a24d45f..0846c691 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install \
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} \
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed} \
-U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
@@ -27,7 +27,7 @@ allowlist_externals = find
[testenv:pep8]
deps =
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
-r{toxinidir}/test-requirements.txt
commands =
flake8
@@ -86,7 +86,7 @@ commands =
[testenv:releasenotes]
deps =
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
-r{toxinidir}/doc/requirements.txt
allowlist_externals = rm
commands =