summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-03-18 11:25:43 +0000
committerStephen Finucane <sfinucan@redhat.com>2021-04-15 15:57:06 +0100
commitbbe5d5a4f072b3bf986511fa6dd0a9bf2b21e00c (patch)
tree3236d189811b988270a323ed51d35b8f5f0f8d0d
parentf9af3d2ee25adf896a3101fccf05fc3b443c68d8 (diff)
downloadoslo-serialization-stable/wallaby.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/wallabywallaby-em4.1.1stable/wallaby
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: I574fc05aa6db53e10920d2594f7f6c9b679236fd
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 929b8dc..f468324 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ ignore_basepython_conflict = true
[testenv]
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 --slowest {posargs}
@@ -26,7 +26,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_serializ
[testenv:docs]
whitelist_externals = rm
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+ -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/doc/requirements.txt
commands =
rm -fr doc/build