Skip to content

Commit 253cfb6

Browse files
authored
Merge pull request #11456 from sbidoul/setup_py_install_gone_in
Set deprecation deadlines for #8368 and #8559
2 parents 7979dc0 + 24c8ebc commit 253cfb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pip/_internal/utils/deprecation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def emit_deprecation(self, name: str) -> None:
155155
"method, because a wheel could not be built for it."
156156
),
157157
replacement="to fix the wheel build issue reported above",
158-
gone_in=None,
158+
gone_in="23.1",
159159
issue=8368,
160160
emit_after_success=True,
161161
)
@@ -169,7 +169,7 @@ def emit_deprecation(self, name: str) -> None:
169169
"is not installed."
170170
),
171171
replacement="to enable the '--use-pep517' option",
172-
gone_in=None,
172+
gone_in="23.1",
173173
issue=8559,
174174
emit_before_install=True,
175175
)

0 commit comments

Comments
 (0)