summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-09-10 14:41:09 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2021-09-10 14:41:09 +0000
commit09029b28797d36ac3f1aa0e63cdd9be0dcc8c25d (patch)
tree836566b0e70a2b7fee988fe8d7e95460288296c0
parenta26ba675685c009fd115b23501a89c3d87047bc4 (diff)
downloadstevedore-09029b28797d36ac3f1aa0e63cdd9be0dcc8c25d.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: I81b141500805463651c6747872a013218baac59f
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 415bf26..742224f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,14 +6,14 @@ 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
commands = stestr run {posargs}
[testenv:venv]
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}/doc/requirements.txt
-r{toxinidir}/requirements.txt
@@ -33,7 +33,7 @@ exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build
[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/xena}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W doc/source doc/build/html