summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2023-01-03 18:27:19 -0800
committerGitHub <noreply@github.com>2023-01-03 18:27:19 -0800
commit27c52ec2b77647374b7ff4a82244f0ff489d1afc (patch)
treefcf442a482cd92f7a93b47360eddc8315123185b
parent2e977fb97a60129eee6764fcf0a4c86e01ceabee (diff)
downloadtox-git-27c52ec2b77647374b7ff4a82244f0ff489d1afc.tar.gz
Update upgrading.rst
-rw-r--r--docs/upgrading.rst8
1 files changed, 0 insertions, 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
--------------