From 3b6932f676fd75b5607031c3937810506002ef56 Mon Sep 17 00:00:00 2001 From: AvnishPal Date: Thu, 18 Aug 2016 12:41:26 +0530 Subject: [PATCH] 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: I74a511e3d0f5c76506c0505fd9cc980b48b242a5 Closes-Bug: #1614361 --- tox.ini | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tox.ini b/tox.ini index 4189f13ef..f899a2d1d 100644 --- a/tox.ini +++ b/tox.ini @@ -40,10 +40,6 @@ commands = --testr-args='^(?!.*test.*coverage).*$' [testenv:venv] -# NOTE(jaegerandi): this target does not use constraints because -# upstream infra does not yet support it. Once that's fixed, we can -# drop the install_command. -install_command = pip install -U --force-reinstall {opts} {packages} commands = {posargs} [testenv:docs] @@ -55,12 +51,8 @@ commands = # This environment is called from CI scripts to test and publish # the API Ref to developer.openstack.org. # -# NOTE(sdague): this target does not use constraints because -# upstream infra does not yet support it. Once that's fixed, we can -# drop the install_command. whitelist_externals = bash rm -install_command = pip install -U --force-reinstall {opts} {packages} commands = rm -rf api-ref/build sphinx-build -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html @@ -69,7 +61,6 @@ commands = commands = oslo_debug_helper {posargs} [testenv:releasenotes] -install_command = pip install -U --force-reinstall {opts} {packages} commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [flake8] @@ -82,8 +73,4 @@ max-complexity = 16 import_exceptions = zaqar.i18n [testenv:install-guide] -# NOTE(jaegerandi): this target does not use constraints because -# upstream infra does not yet support it. Once that's fixed, we can -# drop the install_command. -install_command = pip install -U --force-reinstall {opts} {packages} commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html