From f042d91be1b4a16b9a79de91b80f173e45ab6a0b Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 20 May 2020 17:10:51 +0200 Subject: [PATCH] adding pytest-cov --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index d8c2b34..2dbb5af 100755 --- a/utils.sh +++ b/utils.sh @@ -131,7 +131,7 @@ get_dependencies() # Same as above, except that all dependencies are in the same line SSOWAT_DEPENDENCIES=$(curl https://raw.githubusercontent.com/YunoHost/ssowat/$debian_version-$ynh_version/debian/control 2> /dev/null | grep '^Depends:' | sed 's/Depends://' | sed -e "s/,//g" -e "s/[(][^)]*[)]//g" -e "s/ | \S\+//g" | tr "\n" " ") BUILD_DEPENDENCIES="git-buildpackage postfix python-setuptools python-pip" - PIP_PKG="mock pip pytest pytest-mock pytest-sugar requests-mock tox ansi2html" + PIP_PKG="mock pip pytest pytest-cov pytest-mock pytest-sugar requests-mock tox ansi2html" } rebuild_base_containers()