Update contraints url

Change-Id: I4a45dc966ab8e743cc2be6bcae792bcc115301e3
This commit is contained in:
zhurong 2019-06-18 14:33:44 +08:00
parent a47702c8e6
commit b00353622f
1 changed files with 2 additions and 1 deletions

View File

@ -5,11 +5,12 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
install_command = pip install {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
deps = -r{toxinidir}/test-requirements.txt
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
commands = stestr run --slowest {posargs}
[testenv:pep8]