RESOLVED FIXED 214951
[webkitpy] Use webkitcorepy's auto installer for requests
https://bugs.webkit.org/show_bug.cgi?id=214951
Summary [webkitpy] Use webkitcorepy's auto installer for requests
Jonathan Bedard
Reported 2020-07-29 17:26:45 PDT
webkitcorepy has an auto-installed version of the requests library, we should be using that.
Attachments
Patch (9.04 KB, patch)
2020-07-29 21:29 PDT, Jonathan Bedard
no flags
Patch (9.09 KB, patch)
2020-07-29 21:40 PDT, Jonathan Bedard
no flags
Patch (9.84 KB, patch)
2020-07-30 07:17 PDT, Jonathan Bedard
no flags
Patch (9.87 KB, patch)
2020-07-30 21:01 PDT, Jonathan Bedard
no flags
Patch (6.93 KB, patch)
2020-08-04 16:02 PDT, Jonathan Bedard
no flags
Patch (8.08 KB, patch)
2020-08-04 16:27 PDT, Jonathan Bedard
jbedard: commit-queue-
Radar WebKit Bug Importer
Comment 1 2020-07-29 20:46:42 PDT
Jonathan Bedard
Comment 2 2020-07-29 21:29:23 PDT
Jonathan Bedard
Comment 3 2020-07-29 21:34:38 PDT
Comment on attachment 405545 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=405545&action=review > Tools/Scripts/webkitpy/thirdparty/__init__.py:86 > + sys.path.insert(1 if 'libraries/autoinstalled' in sys.path[0] else 0, _AUTOINSTALLED_DIR) Needed for compatibility. webkitpy cannot override webkitcorepy since webkitcorepy is, in some cases, uses more updated versions of the auto-installed libraries. We also don't want to require existing checkouts to delete their webkitpy auto install directory.
Jonathan Bedard
Comment 4 2020-07-29 21:40:41 PDT
Jonathan Bedard
Comment 5 2020-07-30 07:17:24 PDT
Jonathan Bedard
Comment 6 2020-07-30 21:01:26 PDT
Jonathan Bedard
Comment 7 2020-08-01 21:04:10 PDT
Comment on attachment 405659 [details] Patch Blocking this on <https://bugs.webkit.org/show_bug.cgi?id=215067>, since that problem more correctly solves some of the issues this patch attempts to.
Jonathan Bedard
Comment 8 2020-08-04 16:02:14 PDT
Jonathan Bedard
Comment 9 2020-08-04 16:27:57 PDT
EWS
Comment 10 2020-08-12 16:10:14 PDT
Committed r265574: <https://trac.webkit.org/changeset/265574> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405954 [details].
Note You need to log in before you can comment on or make changes to this bug.