We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2252a3 commit 89f6c91Copy full SHA for 89f6c91
src/pip/_internal/operations/prepare.py
@@ -216,9 +216,11 @@ def unpack_url(
216
# be removed.
217
if link.is_existing_dir():
218
deprecated(
219
- reason="pip copied the source tree into a temporary directory "
220
- "before building it. This is changing so that packages are built in-place "
221
- 'within the original source tree ("in-tree build").',
+ reason=(
+ "pip copied the source tree into a temporary directory "
+ "before building it. This is changing so that packages are built in-place "
222
+ 'within the original source tree ("in-tree build").'
223
+ ),
224
replacement=None,
225
gone_in="21.3",
226
feature_flag="in-tree-build",
0 commit comments