1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/news/3994.bugfix
Xavier Fernandez 49f259814f tests: addapt test_install_quiet
-qqq is now needed to hide warnings
2017-03-26 17:39:32 +02:00

3 lines
131 B
Plaintext

``-q`` specified once correctly sets logging level to WARNING, instead of CRITICAL.
Use `-qqq` to have the previous behavior back.