[webkit-changes] [WebKit/WebKit] 752a28: [webkitcorepy] AutoInstall unable to install pytes...

Jonathan Bedard noreply at github.com
Thu Mar 2 13:51:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 752a2873e7569e86e3149b5853a70006ef355e76
      https://github.com/WebKit/WebKit/commit/752a2873e7569e86e3149b5853a70006ef355e76
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-03-02 (Thu, 02 Mar 2023)

  Changed paths:
    M Tools/Scripts/libraries/webkitcorepy/setup.py
    M Tools/Scripts/libraries/webkitcorepy/webkitcorepy/__init__.py
    M Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py

  Log Message:
  -----------
  [webkitcorepy] AutoInstall unable to install pytest-asyncio (or other packages without setup.py)
https://bugs.webkit.org/show_bug.cgi?id=253066
rdar://106095209

Reviewed by Aakash Jain.

* Tools/Scripts/libraries/webkitcorepy/setup.py: Bump version.
* Tools/Scripts/libraries/webkitcorepy/webkitcorepy/__init__.py: Ditto.
* Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py:
(Package.install): If a project has a setup.cfg, a dummy setup.py in the same location can be
invoked with our existing code to install the package.

Canonical link: https://commits.webkit.org/261097@main




More information about the webkit-changes mailing list