Skip to content

Commit

Permalink
Merge pull request #11456 from sbidoul/setup_py_install_gone_in
Browse files Browse the repository at this point in the history
Set deprecation deadlines for #8368 and #8559
  • Loading branch information
sbidoul authored Sep 25, 2022
2 parents 7979dc0 + 24c8ebc commit 253cfb6
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 253cfb6

Please sign in to comment.