[webkit-changes] [WebKit/WebKit] 8fd5bf: REGRESSION(261097 at main) test-webkitpy is failing t...

Fujii Hironori noreply at github.com
Tue Mar 7 12:56:05 PST 2023


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

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

  Log Message:
  -----------
  REGRESSION(261097 at 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 at 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




More information about the webkit-changes mailing list