From 27c52ec2b77647374b7ff4a82244f0ff489d1afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 3 Jan 2023 18:27:19 -0800 Subject: Update upgrading.rst --- docs/upgrading.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/upgrading.rst b/docs/upgrading.rst index 98b6c4e5..55de473d 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -119,14 +119,6 @@ CLI arguments changed tox 3 added additional lines at the start. If you want to generate valid ini files you must not use the ``-v`` flag. - The ``--index-url`` is now removed, use ``PIP_INDEX_URL`` in :ref:`set_env` instead. -Packaging changes ------------------ - -- We use isolated builds (always) as specified by :pep:`518` and use :pep:`517` to communicate with the build backend. -- The ``--develop`` CLI flag or the :ref:`use_develop` settings now enables editable installations via the :pep:`660` - mechanism rather than the legacy ``pip install -e`` behaviour. The old functionality can still be forced by setting - the :ref:`package` setting for the run environment to ``editable-legacy``. - Output changes -------------- -- cgit v1.2.1