We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7979dc0 + 24c8ebc commit 253cfb6Copy full SHA for 253cfb6
src/pip/_internal/utils/deprecation.py
@@ -155,7 +155,7 @@ def emit_deprecation(self, name: str) -> None:
155
"method, because a wheel could not be built for it."
156
),
157
replacement="to fix the wheel build issue reported above",
158
- gone_in=None,
+ gone_in="23.1",
159
issue=8368,
160
emit_after_success=True,
161
)
@@ -169,7 +169,7 @@ def emit_deprecation(self, name: str) -> None:
169
"is not installed."
170
171
replacement="to enable the '--use-pep517' option",
172
173
issue=8559,
174
emit_before_install=True,
175
0 commit comments