From 52eef0d204a4dad7e41387c848eeb8d8003ab9e0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 18 Oct 2016 19:28:36 +0200 Subject: [PATCH] Properly use constraints OpenStack CI is fixed now, we can remove these extra install commands. Change-Id: Ice5518cd12ff8d09fa7fc7fca886a4ac729cc24b --- tox.ini | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tox.ini b/tox.ini index 8f9a7ae..6e23f24 100644 --- a/tox.ini +++ b/tox.ini @@ -102,20 +102,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 -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt {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 =