Bug 224872 - REGRESSION(external): AutoInstaller trying to install flask-2.0.0, failing
Summary: REGRESSION(external): AutoInstaller trying to install flask-2.0.0, failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P1 Blocker
Assignee: Sam Sneddon [:gsnedders]
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-21 09:07 PDT by Sam Sneddon [:gsnedders]
Modified: 2021-04-22 09:43 PDT (History)
2 users (show)

See Also:


Attachments
Patch (6.27 KB, patch)
2021-04-21 10:06 PDT, Sam Sneddon [:gsnedders]
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].