Skip to content

Commit

Permalink
Merge pull request #8603 from tekumara/pip-list-ignore-require-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Jul 29, 2020
2 parents a2ea371 + 95dfd8b commit 31299ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/8603.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ignore require-virtualenv in ``pip list``
1 change: 1 addition & 0 deletions src/pip/_internal/commands/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class ListCommand(IndexGroupCommand):
Packages are listed in a case-insensitive sorted order.
"""

ignore_require_venv = True
usage = """
%prog [options]"""

Expand Down

0 comments on commit 31299ee

Please sign in to comment.