Skip to content

Commit d3089e1

Browse files
committed
Postpone --build-dir removal
1 parent 5e072e2 commit d3089e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/cli/base_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def _main(self, args):
165165
"use the TMPDIR/TEMP/TMP environment variable, "
166166
"possibly combined with --no-clean"
167167
),
168-
gone_in="21.1",
168+
gone_in="21.3",
169169
issue=8333,
170170
)
171171

0 commit comments

Comments
 (0)