Skip to content

Commit

Permalink
Mention setup.py develop change in 23.1 changelog (#11973)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Apr 17, 2023
1 parent 7df10ee commit b9c1097
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ Deprecations and Removals
means "don't download wheels". (`#11453 <https://github.com/pypa/pip/issues/11453>`_)
- Deprecate ``--build-option`` and ``--global-option``. Users are invited to switch to
``--config-settings``. (`#11859 <https://github.com/pypa/pip/issues/11859>`_)
- Using ``--config-settings`` with projects that don't have a ``pyproject.toml`` now print
- Using ``--config-settings`` with projects that don't have a ``pyproject.toml`` now prints
a deprecation warning. In the future the presence of config settings will automatically
enable the default build backend for legacy projects and pass the setttings to it. (`#11915 <https://github.com/pypa/pip/issues/11915>`_)
- Remove ``setup.py install`` fallback when building a wheel failed for projects without
``pyproject.toml``. (`#8368 <https://github.com/pypa/pip/issues/8368>`_)
- When the ``wheel`` package is not installed, pip now uses the default build backend
instead of ``setup.py install`` for project without ``pyproject.toml``. (`#8559 <https://github.com/pypa/pip/issues/8559>`_)
instead of ``setup.py install`` and ``setup.py develop`` for project without
``pyproject.toml``. (`#8559 <https://github.com/pypa/pip/issues/8559>`_)

Features
--------
Expand Down

0 comments on commit b9c1097

Please sign in to comment.