Bug 176709 - urllib3 failure in test_webkitpy
Summary: urllib3 failure in test_webkitpy
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Lucas Forschler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-09-11 10:22 PDT by Lucas Forschler
Modified: 2017-09-11 16:11 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Forschler 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.
Comment 1 Radar WebKit Bug Importer 2017-09-11 10:23:35 PDT
<rdar://problem/34369717>
Comment 2 Lucas Forschler 2017-09-11 16:11:09 PDT
Committed revision 221890.
Decided not to use the requests module, which imports urllib3.