Bug 260990 - Fix installability of Tools/Scripts/libraries/*
Summary: Fix installability of Tools/Scripts/libraries/*
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Sneddon [:gsnedders]
URL:
Keywords: InRadar
Depends on:
Blocks: 261004
  Show dependency treegraph
 
Reported: 2023-08-31 13:55 PDT by Sam Sneddon [:gsnedders]
Modified: 2023-09-07 13:56 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Sneddon [:gsnedders] 2023-08-31 13:55:34 PDT
In theory, all of these are installable Python projects. However, you can't just, e.g., jump into `Tools/Scripts/libraries/webkitflaskpy` and run `pip install .`, because it will fail unable to find `webkitcorepy`.

Per discussion with Jonathan, let's actually get these all installable as a first step towards migrating testing everything via tox (with its implicit virtualenv).
Comment 1 Sam Sneddon [:gsnedders] 2023-08-31 14:21:01 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17306
Comment 2 Radar WebKit Bug Importer 2023-09-07 13:56:11 PDT
<rdar://problem/115134687>