Skip to content

Commit

Permalink
Revert "PipDeprecationWarning subclass DeprecationWarning"
Browse files Browse the repository at this point in the history
This reverts commit f1bc96a.
  • Loading branch information
sbidoul committed Jul 31, 2022
1 parent 1ac427b commit 4514d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/11330.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Show pip deprecation warnings by default.
2 changes: 1 addition & 1 deletion src/pip/_internal/utils/deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
DEPRECATION_MSG_PREFIX = "DEPRECATION: "


class PipDeprecationWarning(DeprecationWarning):
class PipDeprecationWarning(Warning):
pass


Expand Down

0 comments on commit 4514d1f

Please sign in to comment.