summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorpengyuesheng <pengyuesheng@gohighsec.com>2019-07-03 15:06:31 +0800
committerpengyuesheng <pengyuesheng@gohighsec.com>2019-07-03 15:06:34 +0800
commit03512e001d95adadfea147e8a4051fce0aa9dfca (patch)
tree6c943db39b0d9ba7d572c8e9f44dc092c4cfd514 /tox.ini
parentdc84c69c652d899bf6b8177fa352cf980ae5ff8a (diff)
downloadswift-03512e001d95adadfea147e8a4051fce0aa9dfca.tar.gz
Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I95114c4aa670c07491d5a15db2341f65cb0d1344
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bbcf62496..29eeed5f3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_COVERAGE=1
NOSE_COVER_BRANCHES=1
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find . ( -type f -o -type l ) -name "*.py[co]" -delete