[fix] Missing dependency: mock

This commit is contained in:
ljf 2017-08-08 15:11:15 +02:00
parent f95b17db79
commit 09f4ac63e5

View file

@ -338,7 +338,7 @@ elif [ "$1" = "test" ]; then
apt-get install python-pip
pip2 install pytest
fi
PIP_DEPENDENCIES="pytest-mock requests-mock"
PIP_DEPENDENCIES="pytest-mock requests-mock mock"
for DEP in $PIP_DEPENDENCIES
do
if [ -z "$(pip show $DEP)" ]; then