runtests.sh was asking to install nose instead of pytest
authorAmirouche Boubekki <amirouche.boubekki@gmail.com>
Thu, 8 Aug 2013 18:51:20 +0000 (20:51 +0200)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 10 Jul 2014 15:31:53 +0000 (10:31 -0500)
runtests.sh

index 00164a7831be95a6f421f73b0ba3da5c5a42d0aa..ae020feac2d5995498a356db5410aabb08bd27d2 100755 (executable)
@@ -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