Add a hashes key to the direct URL data structure#1199
Conversation
|
The linkcheck failure seems unrelated. |
|
Apparently I can't merge without all checks passing. @pradyunsg do you know what we do here? (You enabled auto-merge, so I'm assuming you know more about the processes here than me 🙂) |
32f0a49 to
cb7b428
Compare
|
... well, this repo blocks owners from merging PRs that fails CI. |
cb7b428 to
be5d8e0
Compare
|
🍏 |
webknjaz
left a comment
There was a problem hiding this comment.
A syntax fix is needed for this to be acceptable.
@pfmoore we normally fix such things in separate PRs to unblock the CI. |
Looking into https://github.com/pypa/packaging.python.org/actions/runs/4037007410, I see that it's been cancelled because of a newer push to this PR: Canceling since a higher priority waiting request for 'Test-1199' exists I don't see it being broken. Unless, I'm looking at the wrong log, that is (some tend to be hidden by force-pushes, so it's best to record the exact URLs in the comments for future investigation). |
|
Oh, found it: https://github.com/pypa/packaging.python.org/actions/runs/4037021743/jobs/6940079785#step:5:765. So the network was flaky:
The solution was indeed restarting the job. |
cf9127f to
fe0a04c
Compare
fe0a04c to
2aa2e94
Compare
Add the hashes key to the Direct URL data structure, as a approved at https://discuss.python.org/t/draft-pep-amendment-to-the-pep-610-direct-url-json-data-structure/22299/4.
@pfmoore