Bug 217694

Summary: webkitpy: Fix remaining pytest autoinstall imports
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: Tools / TestsAssignee: Lauro Moura <lmoura>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, ews-watchlist, glenn, jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=217650
https://bugs.webkit.org/show_bug.cgi?id=215895
https://bugs.webkit.org/show_bug.cgi?id=217856
Attachments:
Description Flags
Patch
none
Patch none

Description Lauro Moura 2020-10-13 21:41:33 PDT
webkitpy: Fix remaining pytest autoinstall imports
Comment 1 Lauro Moura 2020-10-13 21:45:18 PDT
Created attachment 411299 [details]
Patch
Comment 2 Jonathan Bedard 2020-10-14 09:01:42 PDT
Comment on attachment 411299 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=411299&action=review

> Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py:97
> +        self.name = import_name

When we change webkitcorepy, we want to bump the mini version (Tools/Scripts/libraries/webkitcorepy/webkitcorepy/__init__.py) since we deploy webkitcorepy as a pip package on a private package index.
Comment 3 Lauro Moura 2020-10-14 19:50:37 PDT
Created attachment 411397 [details]
Patch
Comment 4 EWS 2020-10-15 03:44:42 PDT
Committed r268518: <https://trac.webkit.org/changeset/268518>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 411397 [details].
Comment 5 Radar WebKit Bug Importer 2020-10-15 03:45:21 PDT
<rdar://problem/70329780>