It appears that the tests for scipy.constants are not running.  Here's what I get with trunk:<br><br>$ python -c "import scipy.constants; scipy.constants.test('full')"<br>Running unit tests for scipy.constants<br>

NumPy version 1.5.1<br>NumPy is installed in /Library/Frameworks/Python.framework/Versions/7.0/lib/python2.7/site-packages/numpy<br>SciPy version 0.10.0.dev<br>SciPy is installed in /Users/warren/local_tmp/lib/python2.7/site-packages/scipy<br>

Python version 2.7.1 |EPD 7.0-1 (32-bit)| (r271:86832, Dec  3 2010, 15:41:32) [GCC 4.0.1 (Apple Inc. build 5488)]<br>nose version 1.0.0<br><br>----------------------------------------------------------------------<br>Ran 0 tests in 0.000s<br>

<br>OK<br><br>I get the same with 0.9.0rc2, so the problem may have been around for awhile.<br><br>The tests for other packages run as expected, and if I run nosetests in the constants/tests directory, the test run:<br><br>

$ nosetests<br>..............<br>----------------------------------------------------------------------<br>Ran 14 tests in 0.451s<br><br>OK<br><br><br>Does anyone else see this?<br><br>Warren<br><br><br>