Use constraints everywhere

Infra now supports constraints everywhere, remove now unused
workarounds.

For more information about constraints see:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101474.html

Change-Id: Ie46068f0bf406da82c521d888e0876f60cf91115
This commit is contained in:
Andreas Jaeger 2016-08-30 19:45:37 +02:00
parent fec9b5f5e3
commit 546a9beea8
1 changed files with 0 additions and 9 deletions

View File

@ -20,9 +20,6 @@ commands = python setup.py testr --testr-args='{posargs}'
commands = flake8
[testenv:venv]
# NOTE(NiallBunting) Infra does not support constraints for the venv
# job.
install_command = pip install -U {opts} {packages}
commands = {posargs}
[pbr]
@ -35,10 +32,6 @@ setenv =
OS_TEST_PATH = ./glanceclient/tests/functional
[testenv:cover]
# NOTE(NiallBunting) Infra does not support constraints for the cover
# job. While the file is set no file is there. Can be removed once infra
# changes this.
install_command = pip install -U {opts} {packages}
commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:docs]
@ -46,8 +39,6 @@ commands=
python setup.py build_sphinx
[testenv:releasenotes]
# NOTE(Niall Bunting) Does not support constraints.
install_command = pip install -U {opts} {packages}
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]