ci: Pin extra test dependencies for generated test suites#6696
Open
alexander-alderman-webb wants to merge 3 commits into
Open
ci: Pin extra test dependencies for generated test suites#6696alexander-alderman-webb wants to merge 3 commits into
alexander-alderman-webb wants to merge 3 commits into
@sentry/warden / warden: find-bugs
completed
Jun 30, 2026 in 0s
2 issues
find-bugs: Found 2 issues (2 low)
Low
`package` and `version` parameters are dead code in `_save_to_package_dependencies_cache` - `scripts/populate_tox/populate_tox.py:296-319`
After removing name and version from the JSONL cache entry, the package and version parameters in _save_to_package_dependencies_cache are never used in the function body and should be dropped.
Unhandled KeyError crash when loading old-format cache entries missing `install_targets_hash` - `scripts/populate_tox/populate_tox.py:1274`
If a developer has a locally-generated package_dependencies.jsonl from before this schema change (entries containing name, version, constraints_hash but not install_targets_hash), line 1274 will raise an unhandled KeyError: 'install_targets_hash' with no diagnostic message guiding the developer to delete and regenerate the cache.
⏱ 8m 35s · 976.7k in / 48.1k out · $1.79
Loading