From: Amirouche Boubekki Date: Thu, 8 Aug 2013 18:51:20 +0000 (+0200) Subject: runtests.sh was asking to install nose instead of pytest X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1dc126cbb0f2fbf4c1076b397ce8450d2482f54c;p=mediagoblin.git runtests.sh was asking to install nose instead of pytest --- diff --git a/runtests.sh b/runtests.sh index 00164a78..ae020fea 100755 --- a/runtests.sh +++ b/runtests.sh @@ -34,7 +34,7 @@ elif which py.test > /dev/null; then export PYTEST="py.test"; else echo "py.test not found. X_X"; - echo "Please install 'nose'. Exiting."; + echo "Please install 'pytest e.g. with pip install pytest'. Exiting."; exit 1 fi