remove "--with(out)-cextensions" from installer

Issue #3500 resolved
Mike Bayer repo owner created an issue

we now control C extension builds using DISABLE_SQLALCHEMY_CEXT, and this has been since the 0.8 series. Per https://bitbucket.org/pypa/setuptools/issue/65/deprecate-and-remove-features the Feature add-on is still in limbo, so let's ditch it.

Comments (1)

  1. Mike Bayer reporter
    • remove "distutils-only" mode, use setuptools only
    • add first-class "pytest" runner to setup.py, fixes #3489
    • remove references to setuptools Feature and mark that "--without-cextensions" is removed, fixes #3500

    → <<cset 5ab9ab7940a6>>

  2. Log in to comment