summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-03-18 11:33:25 +0000
committerStephen Finucane <stephenfin@redhat.com>2021-04-16 10:46:50 +0100
commiteeec4a3de76f82315f91d881223cef6954e055e1 (patch)
tree7a39c823929c6421b1fb50f326513ded65593fbe
parent6330a0c049ac97904899788016a9facf81025e0a (diff)
downloadstevedore-eeec4a3de76f82315f91d881223cef6954e055e1.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/wallaby3.3.1
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/wallaby branch, tests will continue to use the upper-constraints list on master. Change-Id: Ie930485be156e8f3f8cf80cca5bafa1d9fb486ad
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 85a58b1..945ea6a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,14 +6,14 @@ ignore_basepython_conflict = true
[testenv]
basepython = python3
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run {posargs}
[testenv:venv]
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-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:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W doc/source doc/build/html