[Webkit-unassigned] [Bug 199710] Remove pywebsockets from thirdparty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 17 02:52:47 PDT 2019


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

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Traceback (most recent call last):
  File "/Volumes/external/cgarcia/WebKit/LayoutTests/imported/w3c/web-platform-tests/tools/pywebsocket/mod_pywebsocket/standalone.py", line 177, in <module>
    from mod_pywebsocket import common
  File "/Volumes/external/cgarcia/WebKit/LayoutTests/imported/w3c/web-platform-tests/tools/pywebsocket/mod_pywebsocket/common.py", line 35, in <module>
    from mod_pywebsocket import http_header_util
  File "/Volumes/external/cgarcia/WebKit/LayoutTests/imported/w3c/web-platform-tests/tools/pywebsocket/mod_pywebsocket/http_header_util.py", line 256, in <module>
    urllib.parse.uses_netloc.index('ws')
AttributeError: 'Module_six_moves_urllib_parse' object has no attribute 'uses_netloc'

It seems mac has an old version of six. We need to ensure we use six from wpt tools thirdparty dir too.

-- 
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/20190717/a4545f6a/attachment.html>


More information about the webkit-unassigned mailing list