• PJ Eby's avatar
    Enhanced the ``test`` command so that it doesn't install the package, but · 3686c4d8
    PJ Eby authored
    instead builds any C extensions in-place, updates the ``.egg-info``
    metadata, adds the source directory to ``sys.path``, and runs the tests
    directly on the source.  This avoids an "unmanaged" installation of the
    package to ``site-packages`` or elsewhere.  (Also, fix a breaking test of
    older dependency support; this should probably be removed altogether, as
    long as nobody's using it.)
    
    --HG--
    branch : setuptools
    extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041078
    3686c4d8
EasyInstall.txt 31.1 KB