WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
253642
pytest_asyncio failing to install on Python 3.9
https://bugs.webkit.org/show_bug.cgi?id=253642
Summary
pytest_asyncio failing to install on Python 3.9
Sam Sneddon [:gsnedders]
Reported
2023-03-09 04:51:55 PST
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`.
Attachments
Add attachment
proposed patch, testcase, etc.
Sam Sneddon [:gsnedders]
Comment 1
2023-03-09 05:04:59 PST
Pull request:
https://github.com/WebKit/WebKit/pull/11290
EWS
Comment 2
2023-03-09 14:05:12 PST
Committed
261467@main
(1819e751cfdc): <
https://commits.webkit.org/261467@main
> Reviewed commits have been landed. Closing PR #11290 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-03-09 14:06:16 PST
<
rdar://problem/106520422
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug