summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-08-30 19:45:37 +0200
committerAndreas Jaeger <aj@suse.com>2016-08-30 19:45:37 +0200
commit546a9beea8d3d9b5d7f25547e2dba4d7ddc2891c (patch)
tree1ce08fd245bd7135f087caf5cd47576983e731b5 /tox.ini
parentfec9b5f5e30276df52318090a6d26a4c6ffe18f9 (diff)
downloadpython-glanceclient-546a9beea8d3d9b5d7f25547e2dba4d7ddc2891c.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 0 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index c92a443..29a2b24 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]