Pip deprecation warnings not displayed by default (original) (raw)
Description
Following #11229 the pip deprecation warnings are not displayed by default, because DeprecationWarnings are ignored by the default warning filters.
I propose to revert #11229 in pip 22.2.2 and we can think about a better solution for 22.3 or later.
Expected behavior
Pip deprecation warnings should be displayed with a default python installation, otherwise most users won't see them.
pip version
22.2
Python version
3
OS
any
How to Reproduce
...
Output
No response
Code of Conduct
- I agree to follow the PSF Code of Conduct.