From 4f6c605db63407e008d36dcab477ed19200b5917 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 19 Oct 2016 07:44:26 +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: Ia19db752aa59ca1e5e992135e4d57054c3dfd5b2 --- tox.ini | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/tox.ini b/tox.ini index 8ce4ab4e..b91c5d16 100644 --- a/tox.ini +++ b/tox.ini @@ -103,20 +103,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} commands = @@ -125,11 +112,6 @@ commands = [testenv:func_pypy] -# 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 = @@ -141,11 +123,6 @@ commands = [testenv:multi_reg] -# 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} commands =