| Summary: | [AutoInstall] updates to implicit_deps don't get applied | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
| Component: | Tools / Tests | Assignee: | Sam Sneddon [:gsnedders] <gsnedders> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jbedard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/11226 Committed 261370@main (0505ac5005b9): <https://commits.webkit.org/261370@main> Reviewed commits have been landed. Closing PR #11226 and removing active labels. 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. |
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.