summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-03-26 10:32:23 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2021-03-26 10:32:23 +0000
commitd7cd95847a04a74ccce58bd7fd52fde5ecd52c21 (patch)
tree7a477ca7f88d4e10dfb012bd77dace91ab1de6e5
parent0aa6f83cd1d9af73119db9ff94c2b0e0be673136 (diff)
downloaddesignate-d7cd95847a04a74ccce58bd7fd52fde5ecd52c21.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/wallaby
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: I65dc0f2f9e600f117a09c315bbf28f2d5451018e
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 84177836..ceffa238 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/wallaby}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals =
@@ -42,7 +42,7 @@ whitelist_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/wallaby}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build
@@ -125,7 +125,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/wallaby}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf api-ref/build
@@ -133,7 +133,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/wallaby}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build