Actions
Issue #6035
closedpulp-2to3-migration CI often fails with pkg_resources.ContextualVersionConflict between pulpcore & setuptools
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Quarter:
Description
Full error seen here:
https://travis-ci.com/pulp/pulp-2to3-migration/jobs/277705015#L3506
The problem is that it is relying on pulpcore from the master branch (without the version restriction), but when pulp-2to3-migration gets installed onto the Travis host:
https://travis-ci.com/pulp/pulp-2to3-migration/jobs/277705015#L3506
It pulls in pulpcore 3.0.x (latest stable) from PyPI.
Actions
Problem: pulp-2to3-migration CI often fails
with pkg_resources.ContextualVersionConflict between pulpcore & setuptools.
Solution: Regenerate with latest plugin template (so that pulpcore's branch is configurable), and install pulpcore onto the Travis host before pulp-2to3-migration gets installed.
fixes: #6035 https://pulp.plan.io/issues/6035