[Webkit-unassigned] [Bug 246806] New: [WebDriver] Update W3C webdriver tests for python 3.10 compatibility

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 07:47:02 PDT 2022


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

            Bug ID: 246806
           Summary: [WebDriver] Update W3C webdriver tests for python 3.10
                    compatibility
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com
                CC: bburg at apple.com

Since 255085 at main, the Flatpak SDK ships with Python 3.10. This version removed[1] some aliases for classes like `collections.Iterable` and `collections.Mapping` (which actually living inside `collections.abc`).

The w3c webdriver test suite uses then in a couple of helper scripts. This makes some tests to pass normally but fail the teardown step.

This was fixed in the webdriver test suite in this commit from Nov 2021: https://github.com/web-platform-tests/wpt/commit/1a0256c677df9e111281b32a8af347ae225e8636

[1] https://github.com/python/cpython/commit/c47c78b878ff617164b2b94ff711a6103e781753

-- 
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/20221020/76b855fd/attachment.htm>


More information about the webkit-unassigned mailing list