WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
253566
[AutoInstall] updates to implicit_deps don't get applied
https://bugs.webkit.org/show_bug.cgi?id=253566
Summary
[AutoInstall] updates to implicit_deps don't get applied
Sam Sneddon [:gsnedders]
Reported
Wednesday, March 8, 2023 4:01:03 PM UTC
Currently we have: AutoInstall.register(Package('pytest_asyncio', Version(0, 20, 3), pypi_name='pytest-asyncio')) AutoInstall.register(Package('pytest_timeout', Version(2, 1, 0), pypi_name='pytest-timeout')) AutoInstall.register(Package('pytest', Version(7, 2, 0), implicit_deps=['pytest_asyncio', 'pytest_timeout'])) If I downgrade pytest_asyncio to 0.18.3, importing `pytest` isn't enough to trigger a re-install, despite a change in its implicit_deps.
Attachments
Add attachment
proposed patch, testcase, etc.
Sam Sneddon [:gsnedders]
Comment 1
Wednesday, March 8, 2023 4:09:33 PM UTC
Pull request:
https://github.com/WebKit/WebKit/pull/11226
EWS
Comment 2
Wednesday, March 8, 2023 4:25:38 PM UTC
Committed
261370@main
(0505ac5005b9): <
https://commits.webkit.org/261370@main
> Reviewed commits have been landed. Closing PR #11226 and removing active labels.
Radar WebKit Bug Importer
Comment 3
Wednesday, March 8, 2023 4:26:16 PM UTC
<
rdar://problem/106428885
>
EWS
Comment 4
Tuesday, March 14, 2023 5:35:51 PM UTC
Committed
259548.410@safari-7615-branch
(b5b8a1c83775): <
https://commits.webkit.org/259548.410@safari-7615-branch
> Reviewed commits have been landed. Closing PR #451 and removing active labels.
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