[Numpy-discussion] ANN: NumPy 1.9.0 release candidate 1 available

Neal Becker ndbecker2 at gmail.com
Fri Aug 29 08:31:29 EDT 2014


How do I run tests?

python setup.py --help-commands claims 'test' is a command, but doesn't seem to 
work:

python setup.py test
Running from numpy source directory.
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
option: 'test_suite'
  warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help


-- Those who don't understand recursion are doomed to repeat it




More information about the NumPy-Discussion mailing list