Skip to content

Commit

Permalink
Update Pip log output test assertion after PyPI metadata backfill
Browse files Browse the repository at this point in the history
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:
pypi/warehouse#8254 (comment)

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
  • Loading branch information
edmorley committed Mar 4, 2024
1 parent 9a8665b commit 1d8344b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/hatchet/pip_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
remote: Collecting six \\(from -r requirements.txt \\(line 2\\)\\)
remote: Downloading six-.*
remote: Downloading urllib3-.*
remote: Downloading six-*
remote: Installing collected packages: urllib3, six
remote: Successfully installed six-.* urllib3-.*
REGEX
Expand Down

0 comments on commit 1d8344b

Please sign in to comment.