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:
parent
b47bd864ed
commit
07c0b83bbd
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user