[Webkit-unassigned] [Bug 253642] New: pytest_asyncio failing to install on Python 3.9

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 9 04:51:55 PST 2023


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

            Bug ID: 253642
           Summary: pytest_asyncio failing to install on Python 3.9
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gsnedders at apple.com
                CC: jbedard at apple.com

Running:

    git clean -xfd Tools
    ./Tools/Scripts/test-webkitpy

Leads to the script failing when it attempts to install pytest_asyncio due to not having exceptiongroup installed.

This is listed as a `install_requires` in pytest's setup.cfg, https://github.com/pytest-dev/pytest/blob/7.2.0/setup.cfg, but of course we don't actually obey that, not having it set in the AutoInstall as `implicit_deps`.

-- 
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/20230309/a8e9ebd0/attachment.htm>


More information about the webkit-unassigned mailing list