summaryrefslogtreecommitdiffstats
path: root/xci/files/xci-lib.sh
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2019-08-23 13:55:39 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-08-23 13:55:39 +0000
commit645d4f4356a175c12d37abec3128b82bf833448e (patch)
tree877a0a99e70e979abd1fd5019b31a4a6866b58a2 /xci/files/xci-lib.sh
parent4108609cbd83f88e287ddca78e09cc06488c9c0f (diff)
parent635f6b0468110b437740e8cbbe7a8dbc7947397b (diff)
Merge "Support for py3"
Diffstat (limited to 'xci/files/xci-lib.sh')
-rw-r--r--xci/files/xci-lib.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/xci/files/xci-lib.sh b/xci/files/xci-lib.sh
index d1e76f59..9e751497 100644
--- a/xci/files/xci-lib.sh
+++ b/xci/files/xci-lib.sh
@@ -174,13 +174,6 @@ function install_ansible() {
${INSTALLER_CMD} ${install_map[@]}
- # Note(cinerama): If pip is linked to pip3, the rest of the install
- # won't work. Remove the alternatives. This is due to ansible's
- # python 2.x requirement.
- if [[ $(readlink -f /etc/alternatives/pip) =~ "pip3" ]]; then
- sudo -H update-alternatives --remove pip $(readlink -f /etc/alternatives/pip)
- fi
-
# We need to prepare our virtualenv now
virtualenv --quiet --no-site-packages ${XCI_VENV}
set +u