runtests.sh was asking to install nose instead of pytest
This commit is contained in:
parent
4285fc67b3
commit
1dc126cbb0
@ -34,7 +34,7 @@ elif which py.test > /dev/null; then
|
|||||||
export PYTEST="py.test";
|
export PYTEST="py.test";
|
||||||
else
|
else
|
||||||
echo "py.test not found. X_X";
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user