summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2022-09-09 09:18:47 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2022-09-09 09:18:47 +0000
commitf04ba1459e614a4b84951c2025d434689810a972 (patch)
tree8af179904d86c1f85f94e90c0dae4db040d2f0ed
parent1f86025644d8d8ee1cbd09a56522109d949efb7a (diff)
downloadoslo-utils-f04ba1459e614a4b84951c2025d434689810a972.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: I3679c14222f74e884e7d8946e1011d88d3746688
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b4055c9..abf5ab9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ ignore_basepython_conflict = true
[testenv]
basepython = python3
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
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}
@@ -23,7 +23,7 @@ commands = {posargs}
[testenv:docs]
allowlist_externals = rm
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 -fr doc/build