Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip -v flag should invoke git commands without -q flag #8869

Closed
vvasuki opened this issue Sep 12, 2020 · 2 comments
Closed

pip -v flag should invoke git commands without -q flag #8869

vvasuki opened this issue Sep 12, 2020 · 2 comments
Labels
resolution: duplicate Duplicate of an existing issue/PR

Comments

@vvasuki
Copy link

vvasuki commented Sep 12, 2020

Environment

  • pip version: pip 20.1.1 from /usr/lib/python3.8/site-packages/pip (python 3.8)
  • Python version: 3.8
  • OS: Arch linux

Description
pip -v flag should invoke git commands without -q flag

Expected behavior
git submodule update --init --recursive should be run rather than git submodule update --init --recursive -q

How to Reproduce
Run $pip install git+https://github.com/sanskrit-coders/jyotisha/@master --target=./test_installation.local -vU > installation_output.txt 2>&1

Output
installation_output.txt

@uranusjr
Copy link
Member

uranusjr commented Sep 12, 2020

Would #8819 cover this?

@vvasuki
Copy link
Author

vvasuki commented Sep 12, 2020

Yes indeed! Closing.

@vvasuki vvasuki closed this as completed Sep 12, 2020
@uranusjr uranusjr added the resolution: duplicate Duplicate of an existing issue/PR label Sep 12, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: duplicate Duplicate of an existing issue/PR
Projects
None yet
Development

No branches or pull requests

2 participants