linkcheck
in CI is broken on PyPI URLs with anchors
#1744
Labels
good first issue
help wanted
type: bug
A confirmed bug or unintended behavior
type: task
Something that needs to be done that is not a bug or feature
You're right. Over the past few days I noticed a quick Fastly loading screen showing up on PyPI, which then redirects to where I was going originally.
So I probed it with cURL just now and verified that this is what's happening, and HTML DOM no longer contains that in the HTTP first response (this is probably cookie-based):
Nevertheless, this would be blocking PR merges, and so we have to address it by possibly adding the URL to
nitpick_ignore
or adjusting the anchor checks somehow. It's best to do this in a separate PR.Originally posted by @webknjaz in #1662 (comment)
The text was updated successfully, but these errors were encountered: