Bug 176709

Summary: urllib3 failure in test_webkitpy
Product: WebKit Reporter: Lucas Forschler <lforschler>
Component: Tools / TestsAssignee: Lucas Forschler <lforschler>
Status: RESOLVED FIXED    
Severity: Normal CC: lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Lucas Forschler
Reported 2017-09-11 10:22:31 PDT
Traceback (most recent call last): File "/Volumes/Data/slave/elcapitan-release-tests-wk2/build/Tools/Scripts/webkitpy/thirdparty/__init___unittest.py", line 66, in test_imports import webkitpy.thirdparty.autoinstalled.requests File "/Volumes/Data/slave/elcapitan-release-tests-wk2/build/Tools/Scripts/webkitpy/thirdparty/autoinstalled/requests/__init__.py", line 43, in <module> import urllib3 ImportError: No module named urllib3 It looks like this happened after adding the requests module to the autoinstalled third party tools.
Attachments
Radar WebKit Bug Importer
Comment 1 2017-09-11 10:23:35 PDT
Lucas Forschler
Comment 2 2017-09-11 16:11:09 PDT
Committed revision 221890. Decided not to use the requests module, which imports urllib3.
Note You need to log in before you can comment on or make changes to this bug.