Bug 224872

Summary: REGRESSION(external): AutoInstaller trying to install flask-2.0.0, failing
Product: WebKit Reporter: Sam Sneddon [:gsnedders] <gsnedders>
Component: Tools / TestsAssignee: Sam Sneddon [:gsnedders] <gsnedders>
Status: RESOLVED FIXED    
Severity: Blocker CC: jbedard, webkit-bug-importer
Priority: P1 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Sam Sneddon [:gsnedders] 2021-04-21 09:07:39 PDT
Despite Tools/Scripts/libraries/webkitflaskpy/webkitflaskpy/__init__.py implying we should be installing flask-1.1.2, we're currently trying to install flask-2.0.0rc1 and failing somewhere in their setup.py.

Failing to install at all is a recent regression, caused by the release of flask-2.0.0rc1 on April 16.

We should make sure we're actually installing the right version.
Comment 1 Radar WebKit Bug Importer 2021-04-21 09:07:50 PDT
<rdar://problem/76962409>
Comment 2 Sam Sneddon [:gsnedders] 2021-04-21 10:06:09 PDT
Created attachment 426704 [details]
Patch
Comment 3 EWS 2021-04-22 09:43:38 PDT
Committed r276442 (236904@main): <https://commits.webkit.org/236904@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 426704 [details].