In sklearn/setup.py, there are several tests modules that are not included in the subpackage list for the configuration (e.g. neighbors/tests, metrics/tests, etc.) This means that running nosetests sklearn outside the source directory will not run these tests. Is there a reason for this?