Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2e2a6fc1699ac187fa049be86720ab2650070859
https://github.com/WebKit/WebKit/commit/2e2a6fc1699ac187fa049be86720ab2650070859
Author: Jonathan Bedard <[email protected]>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py
M
Tools/Scripts/libraries/webkitcorepy/webkitcorepy/tests/autoinstall_unittest.py
Log Message:
-----------
[webkitcorepy] Support multiple pypi urls
https://bugs.webkit.org/show_bug.cgi?id=312490
rdar://174934749
Reviewed by Sam Sneddon.
Support two pypi URL candidates using the existing fallback mechanisms.
* Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py:
(_pypi_indices_from_file): Parse pip.conf files and extract pip URLs.
(_default_pypi_indices): Return a prioritized list of pypi URLs.
(AutoInstall): Set both index and _previous_index based on
_default_pypi_indecies.
(_default_pypi_index): Renamed _default_pypi_indecies.
*
Tools/Scripts/libraries/webkitcorepy/webkitcorepy/tests/autoinstall_unittest.py:
(DefaultPyPIIndexTest.test_no_config):
(DefaultPyPIIndexTest.test_primary_index_only):
(DefaultPyPIIndexTest.test_extra_index_only):
(DefaultPyPIIndexTest.test_primary_and_extra_index):
(DefaultPyPIIndexTest.test_multiple_extra_indexes):
Canonical link: https://commits.webkit.org/311407@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications