From 6b46da5538548470dfaf9c7f633c987c8fd2f037 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 16 Jan 2017 16:19:25 -0500 Subject: [PATCH] tests: remove the pip install ansible from stable github branch Signed-off-by: Alfredo Deza --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index b59256ba7..4331b5c3e 100644 --- a/tox.ini +++ b/tox.ini @@ -36,9 +36,6 @@ changedir= # creates a cluster, purges the cluster and then brings the cluster back up purge_cluster_collocated: {toxinidir}/tests/functional/centos/7/journal-collocation commands= - # install latest stable version of ansible 2.2 from github, this can be removed - # when there is a release > 2.2.1.0 - ansible2.2: pip install --upgrade git+git://github.com/ansible/ansible.git@stable-2.2 vagrant up --no-provision {posargs:--provider=virtualbox} bash {toxinidir}/tests/scripts/generate_ssh_config.sh {changedir} -- 2.39.5