[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 10:49:23 PST 2018


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

--- Comment #4 from Jonathan Bedard <jbedard at apple.com> ---
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
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/1616d918/attachment.html>


More information about the webkit-unassigned mailing list