Skip to content

Commit b9dbab2

Browse files
authored
Merge pull request #10199 from uranusjr/remove-local-sdist-reinstall
Push deprecated sdist reinstall feature removal from 21.2 to 21.3
2 parents a8b8d4d + 33b7f0c commit b9dbab2

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)