Skip to content

Commit 04c8dd3

Browse files
committed
Merge pull request #2402 from alex/patch-3
Hide lines from the output about changing mode
2 parents 4120c79 + 62d07e8 commit 04c8dd3

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)