Use upper constraints for all jobs in tox.ini
Openstack infra now supports upper constraints for all jobs. Updated tox.ini to use upper constraints for all jobs. Change-Id: I94f57e294a7de91d45c26b1f90caad67b0974718 Closes-Bug: #1614361
This commit is contained in:
parent
3c5b2839bf
commit
41701862fd
6
tox.ini
6
tox.ini
@ -28,8 +28,6 @@ commands = flake8
|
||||
distribute = false
|
||||
|
||||
[testenv:venv]
|
||||
# TODO(ihrachys): remove once infra supports constraints for this target
|
||||
install_command = pip install -U {opts} {packages}
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:functional]
|
||||
@ -43,8 +41,6 @@ setenv =
|
||||
OS_NEUTRONCLIENT_EXEC_DIR = {envdir}/bin
|
||||
|
||||
[testenv:cover]
|
||||
# TODO(ihrachys): remove once infra supports constraints for this target
|
||||
install_command = pip install -U {opts} {packages}
|
||||
commands =
|
||||
python setup.py test --coverage --coverage-package-name=neutronclient --testr-args='{posargs}'
|
||||
coverage report
|
||||
@ -53,8 +49,6 @@ commands =
|
||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
|
||||
[testenv:releasenotes]
|
||||
# TODO(ihrachys): remove once infra supports constraints for this target
|
||||
install_command = pip install -U {opts} {packages}
|
||||
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[flake8]
|
||||
|
Loading…
x
Reference in New Issue
Block a user