You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Tweak running-as-root detection, to check ``os.getuid`` if it exists, on Unix-y and non-Linux/non-MacOS machines. (`#10565 <https://github.com/pypa/pip/issues/10565>`_)
23
+
- When installing projects with a ``pyproject.toml`` in editable mode, and the build
24
+
backend does not support :pep:`660`, prepare metadata using
25
+
``prepare_metadata_for_build_wheel`` instead of ``setup.py egg_info``. Also, refuse
26
+
installing projects that only have a ``setup.cfg`` and no ``setup.py`` nor
27
+
``pyproject.toml``. These restore the pre-21.3 behaviour. (`#10573 <https://github.com/pypa/pip/issues/10573>`_)
28
+
- Restore compatibility of where configuration files are loaded from on MacOS (back to ``Library/Application Support/pip``, instead of ``Preferences/pip``). (`#10585 <https://github.com/pypa/pip/issues/10585>`_)
0 commit comments