Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8fd5bfebd3eb80b05d25f54db1b64e854aaff557
      
https://github.com/WebKit/WebKit/commit/8fd5bfebd3eb80b05d25f54db1b64e854aaff557
  Author: Fujii Hironori <[email protected]>
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/__init__.py

  Log Message:
  -----------
  REGRESSION(261097@main) test-webkitpy is failing to install 
pytest-asyncio-0.20.3
https://bugs.webkit.org/show_bug.cgi?id=253421

Reviewed by Jonathan Bedard.

After 261097@main changed webkitpy to install pytest-asyncio by
creating setup.py, Windows Python had been failing to install from the
clean working copy. Loading pytest failed during the installation
because pytest wasn't installed yet. The pytest module should be
installed before pytest-asyncio.

* Tools/Scripts/webkitpy/__init__.py:
Fixed implicit_deps of the pytest and pytest_asyncio modules to ensure
pytest is loaded before pytest_asyncio.

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to