[Webkit-unassigned] [Bug 192909] ./Tools/Scripts/test-webkitpy stalls when trying to download selenium (pypi.python.org is no longer)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 11:19:46 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=192909

--- Comment #5 from Jonathan Bedard <jbedard at apple.com> ---
(In reply to Jonathan Bedard from comment #4)
> Yikes....Looking into this, looks like there are actually 3 problems:
> 
> 1) As Simon points out, pypi.python.org is defunct, it's now pypi.org
> 2) Something weird is going on with both urllib2 and requests, those
> libraries have a hard time communicating with pypi.org, even though curl can
> do so just fine

Turns out, this is actually partially #1 (all of our absolute package URLs are old) and partially the fact that our Selenium didn't define a timeout.

> 3) (Unique to Selenium) Selenium tries to communicate with pypi before it
> checks if it's actually installed. Which is a bit crazy since if we have a
> good version of Selenium, we can just skip all the networks stuff.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181220/6ebab812/attachment.html>


More information about the webkit-unassigned mailing list