From 546a9beea8d3d9b5d7f25547e2dba4d7ddc2891c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 30 Aug 2016 19:45:37 +0200 Subject: [PATCH] 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 --- tox.ini | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tox.ini b/tox.ini index c92a4431..29a2b24f 100644 --- a/tox.ini +++ b/tox.ini @@ -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]