Skip to content

Commit

Permalink
Update upgrading.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Jan 4, 2023
1 parent 2e977fb commit 27c52ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------

Expand Down

0 comments on commit 27c52ec

Please sign in to comment.