Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7177e82d539fe93d720062f83479195292098ed1
https://github.com/WebKit/WebKit/commit/7177e82d539fe93d720062f83479195292098ed1
Author: Fujii Hironori <[email protected]>
Date: 2022-12-20 (Tue, 20 Dec 2022)
Changed paths:
M Tools/Scripts/webkitpy/__init__.py
Log Message:
-----------
KeyError: '__spec__' in apipkg.py with Python v3.11
https://bugs.webkit.org/show_bug.cgi?id=249564
Reviewed by Jonathan Bedard.
test-webkitpy was failing to run with Python 3.11. AttributeError
exception was thrown in apipkg.py of py. The latest py 1.11.0 fixed
the problem.
<https://github.com/pytest-dev/py/issues/273>
Upgraded all pytest related modules to the latest.
py 1.11.0 supports Python 2.7 and >3.5.
pytest 7.2.0 and pytest-asyncio 0.20.3 support Python >3.7.
pytest-timeout 2.1.0 supports Python >3.6.
* Tools/Scripts/webkitpy/__init__.py:
Canonical link: https://commits.webkit.org/258166@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes