Skip to content

Commit 62d07e8

Browse files
committed
Hide lines from the output about changing mode
These don't really add value for developers
1 parent 4120c79 commit 62d07e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pip/req/req_install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,7 @@ def _filter_install(self, line):
903903
r'^\s*Skipping implicit fixer: ',
904904
r'^\s*(warning: )?no previously-included (files|directories) ',
905905
r'^\s*warning: no files found matching \'.*\'',
906+
r'^\s*changing mode of',
906907
# Not sure what this warning is, but it seems harmless:
907908
r"^warning: manifest_maker: standard file '-c' not found$"]:
908909
if not line or re.search(regex, line.strip()):

0 commit comments

Comments
 (0)