[Webkit-unassigned] [Bug 192909] New: ./Tools/Scripts/test-webkitpy stalls when trying to download selenium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 18:35:27 PST 2018


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

            Bug ID: 192909
           Summary: ./Tools/Scripts/test-webkitpy stalls when trying to
                    download selenium
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: lforschler at apple.com

_install_selenium() calls get_latest_pypi_url() which uses an old URL: https://pypi.python.org/pypi/

 128$ $ curl https://pypi.python.org/pypi/selenium/json
<html><head><title>301 Moved Permanently</title></head><body><center><h1>301 Moved Permanently</h1></center></body></html>[smfr at simfra /Volumes/Data/Development/system/webkit/OpenSource]

and urllib2.urlopen(json_url) just hangs.

The right URL seems to be https://pypi.org/pypi/%s/json which works with curl, but if I change the script to this, urllib2.urlopen(json_url) still hangs.

We also reference pypi.python.org in lots of other places.

-- 
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/52d93499/attachment-0001.html>


More information about the webkit-unassigned mailing list