From eed96b4bf08330135f2503e73654f959b3f2319a Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 19 Oct 2016 07:46:37 +0100 Subject: [PATCH] Use upper constraints for all tox targets With the implementation of https://review.openstack.org/388087 all tox targets may now use upper constraints. Change-Id: I08cb68bf8eb8ec734894dc85314ed5fbda6a78e3 --- tox.ini | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/tox.ini b/tox.ini index 840927cb..5d1696f2 100644 --- a/tox.ini +++ b/tox.ini @@ -104,20 +104,7 @@ commands = bash -c "{toxinidir}/tests/common/test-ansible-lint.sh" -[testenv:func_base] -# NOTE(odyssey4me): this target does not use constraints because -# it doesn't work in OpenStack-CI yet. Once that's fixed, we can -# drop the install_command. -install_command = - pip install -U --force-reinstall {opts} {packages} - - [testenv:functional] -# NOTE(odyssey4me): this target does not use constraints because -# it doesn't work in OpenStack-CI yet. Once that's fixed, we can -# drop the install_command. -install_command = - {[testenv:func_base]install_command} deps = {[testenv:ansible]deps} setenv = @@ -137,11 +124,6 @@ commands = [testenv:func_rhel7] -# NOTE(odyssey4me): this target does not use constraints because -# it doesn't work in OpenStack-CI yet. Once that's fixed, we can -# drop the install_command. -install_command = - {[testenv:func_base]install_command} deps = {[testenv:ansible]deps} setenv =