Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused vendor/test-utils #1043

Merged
merged 1 commit into from
Aug 11, 2020
Merged

Remove unused vendor/test-utils #1043

merged 1 commit into from
Aug 11, 2020

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Aug 11, 2020

Since the unit tests instead use the utilities in this separate file:
https://github.com/heroku/heroku-buildpack-python/blob/419ef479969c4d5945f2c0620292229ef464f4c8/test/utils

A changelog entry has been added since whilst this file is for internal testing only, the buildpack's vendor/ directory is put on PATH, so in theory it could have been called outside the buildpack (though this seems extremely unlikely since the script isn't very useful externally).

Fixes #1027.
Closes @W-7918496@.

@edmorley edmorley self-assigned this Aug 11, 2020
@edmorley edmorley marked this pull request as ready for review August 11, 2020 13:41
@edmorley edmorley requested a review from a team as a code owner August 11, 2020 13:41
Since the unit tests instead use the utilities in this separate file:
https://github.com/heroku/heroku-buildpack-python/blob/419ef479969c4d5945f2c0620292229ef464f4c8/test/utils

A changelog entry has been added since whilst this file is for internal
testing only, the buildpack's `vendor` directory is put on `PATH`, so
in theory it could have been called outside the buildpack (though this
seems extremely unlikely since the script isn't very useful externally).

Fixes #1027.
Closes @W-7918496@.
@edmorley edmorley merged commit ac29db3 into main Aug 11, 2020
@edmorley edmorley deleted the rm-vendor-test-utils branch August 11, 2020 18:31
dryan pushed a commit to dryan/heroku-buildpack-python that referenced this pull request Nov 19, 2020
Since the unit tests instead use the utilities in this separate file:
https://github.com/heroku/heroku-buildpack-python/blob/419ef479969c4d5945f2c0620292229ef464f4c8/test/utils

A changelog entry has been added since whilst this file is for internal
testing only, the buildpack's `vendor/` directory is put on `PATH`, so
in theory it could have been called outside the buildpack (though this
seems extremely unlikely since the script isn't very useful externally).

Fixes heroku#1027.
Closes @W-7918496@.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vendor/test-utils is unused and duplicates much of test/utils
2 participants