summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAvnishPal <avnish.pal@nectechnologies.in>2016-08-22 15:14:54 +0530
committerAvnishPal <avnish.pal@nectechnologies.in>2016-08-22 15:15:36 +0530
commit41701862fd831c333a620c11a46877fb5241b9c8 (patch)
treebad0717e9e5d423496f24da86b6c7848db26dd30 /tox.ini
parent3c5b2839bf37ff92212158acb6f20957e0eb7c96 (diff)
downloadpython-neutronclient-41701862fd831c333a620c11a46877fb5241b9c8.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 062ca67..18cead5 100644
--- a/tox.ini
+++ b/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]