[fix] Missing dependency: mock (#29)

This commit is contained in:
ljf (zamentur) 2017-08-08 17:46:03 +02:00 committed by Alexandre Aubin
parent f95b17db79
commit 1cde7fabe7

View file

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