Skip to content

Commit abb8e3a

Browse files
committed
Postpone a deprecation to 21.2
1 parent bdccbaf commit abb8e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/resolution/resolvelib/resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def resolve(self, root_reqs, check_supported_wheels):
184184
deprecated(
185185
reason=reason,
186186
replacement=replacement,
187-
gone_in="21.1",
187+
gone_in="21.2",
188188
issue=8711,
189189
)
190190

0 commit comments

Comments
 (0)