mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
4e78b5d57c
The tests use `test/shunit2` so the copy under `vendor/` is redundant. I've added to the CHANGELOG since `vendor/` is added by the buildpack to `PATH` (something long term we should stop doing), increasing the chance an app was accidentally relying upon `shunit2` (albeit still unlikely). Closes @W-8145517@.