Issue #6035
closedpulp-2to3-migration CI often fails with pkg_resources.ContextualVersionConflict between pulpcore & setuptools
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.
Added by Mike DePaulo almost 5 years ago
Added by Mike DePaulo almost 5 years ago
Revision d2c7f775 | View on GitHub
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.
Added by Mike DePaulo almost 5 years ago
Revision d2c7f775 | View on GitHub
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.
Updated by Anonymous almost 5 years ago
- Status changed from NEW to MODIFIED
Applied in changeset pulp:pulp-2to3-migration|d2c7f775d23e9837a25cb66309d7d3d0f92d74b3.
Updated by Anonymous almost 5 years ago
Applied in changeset pulp-2to3-migration|d2c7f775d23e9837a25cb66309d7d3d0f92d74b3.
Updated by Anonymous almost 5 years ago
Applied in changeset pulp:pulp-2to3-migrate|d2c7f775d23e9837a25cb66309d7d3d0f92d74b3.
Updated by mdepaulo@redhat.com almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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