Fix tox.ini constraints for post jobs
Post jobs are currently failing since constraints are not available but required by this tox.ini file. Change venv environment to work without constraints. Change-Id: I736be6a49f919302c31fc7ebd8251cb0a0d73853
This commit is contained in:
parent
413a9628da
commit
cf9e80a16f
3
tox.ini
3
tox.ini
@ -84,6 +84,9 @@ commands =
|
||||
python setup.py test --coverage --coverage-package-name=neutron_vpnaas --testr-args='{posargs}'
|
||||
|
||||
[testenv:venv]
|
||||
# TODO(pc_m): Remove install_command, once infra supports constraints for
|
||||
# this target.
|
||||
install_command = {toxinidir}/tools/tox_install.sh unconstrained {opts} {packages}
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
|
Loading…
Reference in New Issue
Block a user