summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2021-03-18 11:32:40 +0000
committerStephen Finucane <stephenfin@redhat.com>2021-04-15 16:34:07 +0100
commit27eeee2a81452d1fd5578e5abcbb2262092df42a (patch)
tree442352342109fce48b34a4f1e6e9318043166ccc
parentb5bc6d3738c926ae557ea2d0a79e2c22757daf45 (diff)
downloadoslo-vmware-27eeee2a81452d1fd5578e5abcbb2262092df42a.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/wallaby3.8.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: I644928f8b13da1a1e3dd7fe9767f1ba2234777d2
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d2f6236..f1a45d1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ basepython = python3
whitelist_externals =
find
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}
@@ -62,7 +62,7 @@ paths = ./oslo_vmware/hacking
[testenv:releasenotes]
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 -rf releasenotes/build