summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-04-17 16:42:12 +0200
committerGitHub <noreply@github.com>2023-04-17 09:42:12 -0500
commitb9c1097f14265c725327fb8a49a377837a2b9aea (patch)
tree3e96e440ce3abce5005abc32be9909e57c641d50
parent7df10eeefdc1e2c4802eadf9860f6dd91fbc45c0 (diff)
downloadpip-b9c1097f14265c725327fb8a49a377837a2b9aea.tar.gz
Mention `setup.py develop` change in 23.1 changelog (#11973)
-rw-r--r--NEWS.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 4ac7fed4a..da8c8726a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -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
--------