[Webkit-unassigned] [Bug 230551] [WebDriver] Update w3c and selenium tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 01:35:25 PDT 2021


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

--- Comment #12 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 438946
  --> https://bugs.webkit.org/attachment.cgi?id=438946
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=438946&action=review

>> Tools/Scripts/webkitpy/__init__.py:74
>> +AutoInstall.register(Package('websockets', Version(8, 1)))
> 
> The Python 2 error is caused by this line, does this module even exist for Python 2? If it doesn't, we need to conditionalize this line on Python 2.

That's the issue, it requires python3, but it's only needed by pytest that will always be used with python3 after this patch.

-- 
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/20210923/d477e7d9/attachment-0001.htm>


More information about the webkit-unassigned mailing list