summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-09-10 14:36:25 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2021-09-10 14:36:25 +0000
commitf3d6914656df6cba0993cb7290ada2dc321ba1cf (patch)
treedbe11e2e67a654b4efa5d0736146521632f9488e
parent430cc90c1274f40cd8f3136acbb16daa2fdc2068 (diff)
downloadoslo-policy-f3d6914656df6cba0993cb7290ada2dc321ba1cf.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/xena
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/xena branch, tests will continue to use the upper-constraints list on master. Change-Id: I00daf26e987e7a59fbe6a0269e8545cecadc525f
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4889a54..2d054c2 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/xena}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt