-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
C: vcspip's interaction with version control systems like git, svn and bzrpip's interaction with version control systems like git, svn and bzrUXUser experience relatedUser experience relatedtype: enhancementImprovements to functionalityImprovements to functionality
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
| "Did not find branch or tag '%s', assuming revision or ref.", |
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.
Metadata
Metadata
Assignees
Labels
C: vcspip's interaction with version control systems like git, svn and bzrpip's interaction with version control systems like git, svn and bzrUXUser experience relatedUser experience relatedtype: enhancementImprovements to functionalityImprovements to functionality
