When PIP_BREAK_SYSTEM_PACKAGES=1 is set (CI), pass the flag to pip install so it can upgrade debian-installed packages like platformdirs that lack RECORD files. This fixes CI failures where setup-ci/setup-quality fails with 'Cannot uninstall platformdirs 4.2.0, RECORD file not found'.
Closes DEVX-17
## Summary
When PIP_BREAK_SYSTEM_PACKAGES=1 is set (CI), pass the flag to pip install so it can upgrade debian-installed packages like platformdirs that lack RECORD files. This fixes CI failures where setup-ci/setup-quality fails with 'Cannot uninstall platformdirs 4.2.0, RECORD file not found'.
Closes DEVX-17
Documentation: WARNING — source files changed but no docs updated
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil
merged commit 3e21e774f7 into master2026-06-23 21:57:38 +00:00
emil
deleted branch DEVX-17-fix-pip-break-system-packages2026-06-23 21:57:38 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
When PIP_BREAK_SYSTEM_PACKAGES=1 is set (CI), pass the flag to pip install so it can upgrade debian-installed packages like platformdirs that lack RECORD files. This fixes CI failures where setup-ci/setup-quality fails with 'Cannot uninstall platformdirs 4.2.0, RECORD file not found'.
Closes DEVX-17
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.