nose
http://somethingaboutorange.com/mrl/projects/nose/1.0.0/
numpy needs nose package installed for testing purposes and hence it is installed.
This will install the nose libraries, as well as the nosetests script, which you can use to automatically discover and run tests.
pip install nose
pip install nose Downloading/unpacking nose Downloading nose-1.1.2.tar.gz (729Kb): 729Kb downloaded Running setup.py egg_info for package nose Installing collected packages: nose Running setup.py install for nose Installing nosetests script to /sw/python/2.7.1/bin Installing nosetests-2.7 script to /sw/python/2.7.1/bin Successfully installed nose Cleaning up...
cd /sw/nose/nose-1.0.0
module load python/2.7.1
Module files
==============
module load nose/1.0.0
cd /sw/com/modulefiles/nose cat 1.0.0 #%Module###################################################################### ## ## nose modulefile ## proc ModulesHelp { } { puts stderr "Sets up paths for nose" } module-whatis "adds nose directories to PATH etc. " set base_path /sw/nose set nose_base $base_path/1.0.0 prepend-path PATH $nose_base/bin