[Webkit-unassigned] [Bug 253066] [webkitcorepy] AutoInstall unable to install pytest-asyncio (or other packages without setup.py)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 1 10:50:53 PST 2023


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

--- Comment #1 from Jonathan Bedard <jbedard at apple.com> ---
Looks like pytest-asyncio includes a setup.cfg, so it's note entirely in a world with only pyproject.toml yet. We also would need to bump our setuptools version to support pyproject.toml, which I'm not against in the long term, but I think needs a tad more validation.

Fixing pytest-asyncio, however, doesn't require bumping setuptools. It just requires laying down a dummy setup.py file which picks up setup.cfg through setuptools. We don't even have to touch our invocation of setup.py, which is actually somewhat surprising.

-- 
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/20230301/3f8228a9/attachment-0001.htm>


More information about the webkit-unassigned mailing list