Fix PyPy Poetry cache failures and refresh audited dependency metadata#5
Fix PyPy Poetry cache failures and refresh audited dependency metadata#5HarithaVattikuti with Copilot wants to merge 7 commits into
Conversation
|
@copilot Add the below step after setup-python step in python-poetry-dependencies-caching job in e2e-cache.yml file to ensure there is no failure on the job. Also fix the check dist job failure |
Implemented in d640171. I added the requested |
|
@copilot Add only the removed "Bootstrap packaging" step |
…ndencies-caching job
Done in the latest commit — only the |
Description:
PyPy jobs in the
python-poetry-dependencies-cachingmatrix were failing due to apackaging>=26incompatibility with PyPy'ssysconfig. This pinspackagingin the testpyproject.tomlto<26, keeping Poetry dependency resolution compatible across all Python/PyPy versions.PyPy compatibility fix
packaging = ">=22.0,<26"constraint to__tests__/data/pyproject.tomlto prevent Poetry from resolving apackagingversion incompatible with PyPy'ssysconfig.get_config_var('EXT_SUFFIX').Dependency security refresh
npm audit fix; bumped transitive deps (fast-xml-parser,strnum, et al.) inpackage-lock.json.Licensed metadata sync
.licenses/npm/*.dep.ymlentries for bumped packages.@nodable/entities,anynum,xml-naming).Related issue:
N/A
Check list: