Fix pip installation

We don't need to have pip installed with easy_install because virtualenv
will install their own pip locally.

Change-Id: I1d469a685e59447bc2cad78031eeabd8f4fcd617
Closes-Bug: 1797931
This commit is contained in:
Arx Cruz 2018-10-23 11:47:16 +02:00 committed by Ronelle Landy
parent 59fc2f971f
commit f02176b27f
1 changed files with 0 additions and 6 deletions

View File

@ -52,12 +52,6 @@
package: name=python-stestr state=present
when: tempest_format in ['container', 'packages'] and release not in ['newton', 'ocata']
- name: Install pip
easy_install:
name: pip
state: present
become: true
- ignore_errors: true
block:
- name: Copying bugcheck files