CI: Pin pyfakefs to <4 for Python 2

Stable branches only.

pyfakefs 4.0.0 dropped support for Python 2. It is used by the ARA
callback plugin.

Change-Id: Ifc56078f1152c89f5f947851f801799a692a346a
Closes-Bug: #1866079
This commit is contained in:
Mark Goddard 2020-03-04 14:23:21 +00:00
parent b47bd864ed
commit 07c0b83bbd
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ function setup_ansible {
fi
# TODO(SamYaple): Move to virtualenv
sudo pip install -U "ansible${ANSIBLE_VERSION}" "ara<1.0.0"
sudo pip install -U "ansible${ANSIBLE_VERSION}" "ara<1.0.0" "pyfakefs<4"
detect_distro