Bug 176709
| Summary: | urllib3 failure in test_webkitpy | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lucas Forschler <lforschler> |
| Component: | Tools / Tests | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/34369717>
Lucas Forschler
Committed revision 221890.
Decided not to use the requests module, which imports urllib3.