heroku / heroku-buildpack-python

Heroku's buildpack for Python applications.
https://www.heroku.com/python
MIT License
974 stars 1.84k forks source link

Update Pip log output test assertion after PyPI metadata backfill #1546

Closed edmorley closed 6 months ago

edmorley commented 6 months ago

Pip prints slightly different log output depending on whether the package being installed has the new PEP 658 .metadata file available on PyPI.

Until now, only packages uploaded to PyPI since the feature was implemented had this metadata generated by PyPI, however, the metadata file has now been backfilled for older packages too: https://github.com/pypi/warehouse/issues/8254#issuecomment-1975234143

As a result, the Pip support log output assertion needs updating for the new output, to fix CI on main: https://github.com/heroku/heroku-buildpack-python/actions/runs/8138313649/job/22238825835?pr=1545#step:5:479

GUS-W-15172805.