Skip to content

Commit 33b7f0c

Browse files
committed
Remove deprecated sdist reinstall feature for 21.2
1 parent 239a307 commit 33b7f0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/8711.process.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The source distribution re-installation feature removal has been delayed to 21.3.

src/pip/_internal/resolution/resolvelib/resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def resolve(
151151
deprecated(
152152
reason=reason,
153153
replacement=replacement,
154-
gone_in="21.2",
154+
gone_in="21.3",
155155
issue=8711,
156156
)
157157

0 commit comments

Comments
 (0)