Open
Description
What's the problem this feature will solve?
Nowadays, in project oriented developments, it is quite common wanting to install packages from temporary sources (e.g.: an open Pull Request).
Currently, that installation mode displays a warning caused by :
pip/src/pip/_internal/vcs/git.py
Line 228 in 0827d76
Describe the solution you'd like
Change the logger level to INFO.
Alternative Solutions
None
Additional context
Code of Conduct
- I agree to follow the PSF Code of Conduct.