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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 19:27:43 PDT 2021


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

--- Comment #10 from Lauro Moura <lmoura at igalia.com> ---
The remaining ImportError:

  File "/home/lauro/dev/WebKit-WPE/WebDriverTests/imported/w3c/tools/wptrunner/wptrunner/webdriver_server.py", line 12, in <module>
    from .browsers.base import OutputHandler
  File "/home/lauro/dev/WebKit-WPE/WebDriverTests/imported/w3c/tools/wptrunner/wptrunner/browsers/base.py", line 7, in <module>
    from ..wptcommandline import require_arg  # noqa: F401
  File "/home/lauro/dev/WebKit-WPE/WebDriverTests/imported/w3c/tools/wptrunner/wptrunner/wptcommandline.py", line 10, in <module>
    from .formatters import chromium, wptreport, wptscreenshot
ImportError: cannot import name 'chromium' from 'wptrunner.formatters' (/home/lauro/dev/WebKit-WPE/WebDriverTests/imported/w3c/tools/wptrunner/wptrunner/formatters.py)

web_driver_server.py changes introduced this new browser.base import.

Removing the formatters imports (and respective usage inside wptcommandline.py, the test suite runs normally.

-- 
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/56f2a230/attachment-0001.htm>


More information about the webkit-unassigned mailing list