[webkit-changes] [WebKit/WebKit] c026bc: [Flatpak SDK][WebDriver] Incompatible python and p...

Lauro Moura noreply at github.com
Tue Oct 11 15:55:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c026bc80903fb3e875bdc13dce87dfdbf52f2241
      https://github.com/WebKit/WebKit/commit/c026bc80903fb3e875bdc13dce87dfdbf52f2241
  Author: Lauro Moura <lmoura at igalia.com>
  Date:   2022-10-11 (Tue, 11 Oct 2022)

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

  Log Message:
  -----------
  [Flatpak SDK][WebDriver] Incompatible python and pytest versions
https://bugs.webkit.org/show_bug.cgi?id=246317

Reviewed by Philippe Normand, Jonathan Bedard and Adrian Perez de Castro.

Bump pytest to 6.2.5 to include Python 3.10 support.

Bump python to 3.6 given pytest 6.2 requirement.

Pytest 6.2 is incompatible with Python3 < 3.6, so this commit
also bumps the minimum Python3 version to 3.6, which should
not be a problem given Big Sur seems to ship 3.8 and 3.6 was
released in 2016.

* Tools/Scripts/webkitpy/__init__.py:

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




More information about the webkit-changes mailing list