heroku / buildpacks-python

Heroku's Cloud Native Buildpack for Python applications.
BSD 3-Clause "New" or "Revised" License
27 stars 3 forks source link

Enable the `poetry_cache_previous_buildpack_version` test #263

Closed edmorley closed 1 month ago

edmorley commented 1 month ago

This test checks compatibility of cached Poetry layers from previous versions of the buildpack. However, until there was at least one previous buildpack release that supported Poetry, the test had to be skipped.

Now that v0.17.0 of the buildpack has been released (which includes Poetry support), we can enable this test.