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
Notice the indent of the metadata preparation steps. With pyproject.toml, they appear to be "inside" Getting requirements to build editable, which is not correct as metadata preparation is done after that step. Without pyproject.toml, the indent is 4 characters instead of two.
Description
With pyproject.toml:
Without pyproject.toml:
Notice the indent of the metadata preparation steps. With pyproject.toml, they appear to be "inside" Getting requirements to build editable, which is not correct as metadata preparation is done after that step. Without pyproject.toml, the indent is 4 characters instead of two.
Expected behavior
Dedent metadata preparation log entries.
pip version
21.3dev, 21.2 as well
Python version
irrelevant
OS
Linux, probably irrelevant
How to Reproduce
pip install -e of any project.
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: