Install git in pip tests (#39460)

* Install git in pip tests

* Ignore MacOSX

(cherry picked from commit 90354d282d)
This commit is contained in:
Robin Roth 2018-05-02 16:28:10 +02:00 committed by Matt Clay
parent 3fcb758a9c
commit f4dc8596fa

View file

@ -18,6 +18,12 @@
# FIXME: replace the python test package
- name: install git, needed for repo installs
package:
name: git
state: present
when: ansible_distribution != "MacOSX"
# first some tests installed system-wide
# verify things were not installed to start with