summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2020-09-08 12:28:04 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2020-09-08 12:28:04 +0000
commit9d8f8e7713003f8b1fe177cef6b901fad5e7aab8 (patch)
tree0bd9a45c1ce46e429744c7b5d7b29c60bbab4003
parentc03e60f6deed799de1493fae0a451a9503db54ed (diff)
downloadpycadf-9d8f8e7713003f8b1fe177cef6b901fad5e7aab8.tar.gz
Update TOX_CONSTRAINTS_FILE for stable/victoria
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/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: I397b7d3515831c8818c852b05d36dce6cc48e2af
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index efc0a81..4054065 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:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/victoria}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}