summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2020-04-14 10:16:05 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2020-04-14 10:16:05 +0000
commitd4a2c64fad8b0d8d2df6a447c6c9826deaf24593 (patch)
tree6179fb4dbf31eff264378b1b44122a8fd4f32139
parentab7ce3569052a87ffe0a62c298a42f31aaa59f58 (diff)
downloadoslo-policy-d4a2c64fad8b0d8d2df6a447c6c9826deaf24593.tar.gz
Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri
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/ussuri branch, tests will continue to use the upper-constraints list on master. Change-Id: I82a7cf7fc8470b11de9dd1cb03ee57b6b1773493
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cd5530d..9ab8030 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ ignore_basepython_conflict = true
[testenv]
basepython = python3
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt