Skip to content

Commit

Permalink
Remove vendored pip-grep script
Browse files Browse the repository at this point in the history
Since the last usage was removed in #1113, and pip-grep is actually
broken on newer pip anyway (though helpfully silently ignores
exceptions, so one wouldn't know).

This is the first of the pip-pop removals, the rest will follow as the
last usages are switched over.

Whilst this tool was intended for internal buildpack usage only, the
vendor directory is on `PATH`, so I've documented the removal in
CHANGELOG just in case.

Refs W-8208817.
  • Loading branch information
edmorley committed Nov 12, 2020
1 parent 5012113 commit 67e2aa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 94 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Remove vendored `pip-grep` script (#1116).

## v185 (2020-11-12)

Expand Down
94 changes: 0 additions & 94 deletions vendor/pip-pop/pip-grep

This file was deleted.

0 comments on commit 67e2aa3

Please sign in to comment.