Skip to content

Commit

Permalink
Ignore require-virtualenv in pip list
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Jul 20, 2020
1 parent d2eb0ef commit 95dfd8b
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 95dfd8b

Please sign in to comment.