docs: Add chapter on upgrading, inc. system Python upgrades [#972].
[mediagoblin.git] / runtests.sh
index 00164a7831be95a6f421f73b0ba3da5c5a42d0aa..e25239612862b7bbcfb97b65a7dd47f68f5a2474 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