Skip to content

Commit

Permalink
Refs pypa#3955 -- make the warnings for Python2.6 no longer pending
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Sep 11, 2016
1 parent 403e398 commit a6bfa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip/utils/deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class RemovedInPip10Warning(PipDeprecationWarning, Pending):
pass


class Python26DeprecationWarning(PipDeprecationWarning, Pending):
class Python26DeprecationWarning(PipDeprecationWarning):
pass


Expand Down

0 comments on commit a6bfa24

Please sign in to comment.