Update the constraints url

For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I802dae2d7106c487b1c77d143edce6b52f5d3810
This commit is contained in:
pengyuesheng 2019-09-20 17:25:33 +08:00
parent 7f6dc5f2c2
commit cc09e9040a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ passenv = *_proxy
usedevelop = True
install_command = pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
.[influxdb,cassandra]