summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-09-16 09:19:14 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-09-16 09:19:14 +0000
commita1851784b092bfd2a21464bcb30fb34ebbe54ff3 (patch)
tree9c1427704dab0371c87ad8f4af2939bf9cbb1965
parent48128c5df98e795150eb6b02041a2220f4625bc6 (diff)
downloaddesignate-a1851784b092bfd2a21464bcb30fb34ebbe54ff3.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: I4b45036f3b736738f08cd6234fb6121fffc27e2e
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 8e530723..a1036060 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,7 +32,7 @@ commands =
rm -f .testrepository/times.dbm
stestr run {posargs}
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
allowlist_externals =
@@ -42,7 +42,7 @@ allowlist_externals =
[testenv:docs]
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}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
@@ -126,7 +126,7 @@ commands=pip-missing-reqs -d --ignore-file=designate/tests/* designate
# This environment is called from CI scripts to test and publish
# the API Ref to docs.openstack.org.
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
commands =
rm -rf api-ref/build
@@ -134,7 +134,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
commands =
rm -rf releasenotes/build