Skip to content

Commit

Permalink
Postpone a deprecation to 21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Apr 24, 2021
1 parent bdccbaf commit abb8e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/resolution/resolvelib/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def resolve(self, root_reqs, check_supported_wheels):
deprecated(
reason=reason,
replacement=replacement,
gone_in="21.1",
gone_in="21.2",
issue=8711,
)

Expand Down

0 comments on commit abb8e3a

Please sign in to comment.