Merge pull request #8603 from tekumara/pip-list-ignore-require-venv

This commit is contained in:
Pradyun Gedam 2020-07-29 09:28:58 +05:30 committed by GitHub
commit 31299ee370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
news/8603.feature Normal file
View File

@ -0,0 +1 @@
Ignore require-virtualenv in ``pip list``

View File

@ -39,6 +39,7 @@ class ListCommand(IndexGroupCommand):
Packages are listed in a case-insensitive sorted order.
"""
ignore_require_venv = True
usage = """
%prog [options]"""