Skip to content

Commit

Permalink
Set deprecation deadlines
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 17, 2022
1 parent bad03ef commit 24c8ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pip/_internal/utils/deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def emit_deprecation(self, name: str) -> None:
"method, because a wheel could not be built for it."
),
replacement="to fix the wheel build issue reported above",
gone_in=None,
gone_in="23.1",
issue=8368,
emit_after_success=True,
)
Expand All @@ -169,7 +169,7 @@ def emit_deprecation(self, name: str) -> None:
"is not installed."
),
replacement="to enable the '--use-pep517' option",
gone_in=None,
gone_in="23.1",
issue=8559,
emit_before_install=True,
)

0 comments on commit 24c8ebc

Please sign in to comment.