WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
217856
webkitcorepy: Allow one package to require another package
https://bugs.webkit.org/show_bug.cgi?id=217856
Summary
webkitcorepy: Allow one package to require another package
Lauro Moura
Reported
2020-10-16 16:36:20 PDT
webkitcorepy: Allow one package to require another package
Attachments
Patch
(6.82 KB, patch)
2020-10-16 16:49 PDT
,
Lauro Moura
no flags
Details
Formatted Diff
Diff
Patch
(7.55 KB, patch)
2020-10-16 21:27 PDT
,
Lauro Moura
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Lauro Moura
Comment 1
2020-10-16 16:49:12 PDT
Created
attachment 411630
[details]
Patch
Jonathan Bedard
Comment 2
2020-10-16 16:54:23 PDT
Comment on
attachment 411630
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=411630&action=review
> Tools/Scripts/webkitpy/__init__.py:54 > +AutoInstall.register(Package('pytest', Version(3, 6, 2), implicit_deps=['pytest_timeout']))
I'm not against this, although I recently added a feature (for things like zone.interface) that might be easier. Does this work: AutoInstall.register(Package('pytest', Version(3, 6, 2)) AutoInstall.register(Package('pytest_timeout', Version(1, 4, 2), pypi_name='pytest-timeout', aliases=['pytest']))
Lauro Moura
Comment 3
2020-10-16 21:27:20 PDT
Created
attachment 411654
[details]
Patch
EWS
Comment 4
2020-10-18 20:46:04 PDT
Committed
r268662
: <
https://trac.webkit.org/changeset/268662
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 411654
[details]
.
Radar WebKit Bug Importer
Comment 5
2020-10-18 20:47:20 PDT
<
rdar://problem/70426657
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug