Drop use opendev.org for tox deps

The recommended url for upper contraints is updated
in this patch as per [1]

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006647.html

Change-Id: I8732051c4097abe1e526426e80fd832be1e4dc3f
This commit is contained in:
Vishakha Agarwal 2019-06-14 12:18:55 +05:30
parent 4ec6921845
commit ce614bf003
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ envlist = py37,py36,py27,pep8,api-ref,docs,genconfig,genpolicy,releasenotes
usedevelop = True
install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
.[ldap,memcache,mongodb]
@ -50,7 +50,7 @@ passenv = FAST8_NUM_COMMITS
basepython = python3
# NOTE(browne): This is required for the integration test job of the bandit
# project. Please do not remove.
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
.[bandit]
commands = bandit -r keystone -x 'keystone/tests/*'