mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 15:00:19 +00:00
ac29db32f8
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@.