summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-09-09 09:16:20 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-09-09 09:16:20 +0000
commit65212d2c0568bae0b26b6847ffa148ed33096d4b (patch)
tree70b2f5478fbf667735026a9bed9da4f028ba78fa
parent300bd5051f76852900b405b818263238be87f19e (diff)
downloadoslo-context-stable/zed.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/zedstable/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: I4717837f4aebd12946f34cfc3ed80e89635597fa
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d377fde..fa079e4 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/zed}
-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/zed}
-r{toxinidir}/doc/requirements.txt
whitelist_externals = rm
commands =