mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] Missing dependency: mock (#29)
This commit is contained in:
parent
f95b17db79
commit
1cde7fabe7
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue