summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-03-04 17:17:44 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-03-04 17:17:44 +0000
commitbba3492eb7a1984e52ff3151776fba1376568682 (patch)
treea1859d5a04fc8645a1dd5aa403c440f5a0f506ea
parent6b66c2442cf6d9ebe1b7b43c8a6049e8b3d5cc7f (diff)
downloadoslo-context-stable/yoga.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/yogastable/yoga
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/yoga branch, tests will continue to use the upper-constraints list on master. Change-Id: I885a8599388451593c5919ce17b7fcaa96e45555
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d377fde..285f7a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ basepython = python3
setenv =
SETUPTOOLS_USE_DISTUTILS=stdlib
deps =
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}
@@ -34,7 +34,7 @@ commands = {posargs}
[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/yoga}
-r{toxinidir}/doc/requirements.txt
whitelist_externals = rm
commands =