From 6dd1a3c7c7d7617c4c18e546a94c4adb97ab3f0b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 13 Sep 2019 14:37:46 +0200 Subject: [PATCH] pytest-sugar ftw --- ynh-dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ynh-dev b/ynh-dev index 52e3938..8b93f4e 100755 --- a/ynh-dev +++ b/ynh-dev @@ -303,7 +303,7 @@ function run_tests() if ! type "pytest" > /dev/null 2>&1; then info "> Installing pytest ..." apt-get install python-pip -y - pip2 install pytest + pip2 install pytest pytest-sugar fi for DEP in "pytest-mock requests-mock mock" do