Commit 88b3f88
committed
Restrict pip 25.2 to cflinuxfs3 only to avoid version conflict
This fixes the 'more than one version of pip found' error by ensuring
each stack has exactly one pip version available:
- cflinuxfs3: pip 25.2
- cflinuxfs4: pip 26.1.2
- cflinuxfs5: pip 26.1.2
The buildpack's InstallOnlyVersion() function requires exactly one
version per dependency per stack. This follows the same pattern used
by pipenv which has different versions for different stacks.
Fixes the integration test failure:
TestIntegration/integration/Pip/.../when_using_latest_version/uses_latest_from_manifest1 parent e2428c7 commit 88b3f88
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | 80 | | |
83 | 81 | | |
84 | 82 | | |
| |||
0 commit comments