Skip to content

Commit cd8ecb2

Browse files
committed
Update Pip log output test assertion after PyPI metadata backfill
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 GUS-W-15172805.
1 parent 9a8665b commit cd8ecb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/hatchet/pip_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
remote: Collecting six \\(from -r requirements.txt \\(line 2\\)\\)
7171
remote: Downloading six-.*
7272
remote: Downloading urllib3-.*
73+
remote: Downloading six-.*
7374
remote: Installing collected packages: urllib3, six
7475
remote: Successfully installed six-.* urllib3-.*
7576
REGEX

0 commit comments

Comments
 (0)