1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #10199 from uranusjr/remove-local-sdist-reinstall

Push deprecated sdist reinstall feature removal from 21.2 to 21.3
This commit is contained in:
Tzu-ping Chung 2021-07-25 12:20:22 +08:00 committed by GitHub
commit b9dbab277b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
news/8711.process.rst Normal file
View file

@ -0,0 +1 @@
The source distribution re-installation feature removal has been delayed to 21.3.

View file

@ -151,7 +151,7 @@ class Resolver(BaseResolver):
deprecated(
reason=reason,
replacement=replacement,
gone_in="21.2",
gone_in="21.3",
issue=8711,
)