Issue #8971
closedImportError: cannot import name 'PulpAnsibleGalaxyApiCollectionsApi' from 'pulpcore.client.pulp_ansible'
Description
The tests on pulp_ansible are failing with this error. See last night's test run:
https://github.com/pulp/pulp_ansible/actions/runs/970115331
I believe this is caused by a recent change in pulpcore to how bindings are generated. I looked through the bindings and I believe the new bindings class name for the galaxy v3 collections endpoint is PulpAnsibleApiV3CollectionsApi
. We could update to use this class name although it doesn't seem quite right (ie notice the lack of "galaxy" in the class name). That said, the old class name PulpAnsibleGalaxyApiCollectionsApi
doesn't seem quite right either (notice there's no V3 in the name).
Updated by fao89 over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar over 3 years ago
Updated by Anonymous over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|946c3563d8a6283758a43050fdd94c1228fb290e.
Added by Fabricio Aguiar over 3 years ago
Revision 72e31da8 | View on GitHub
Fix broken bindings
closes #8971
(cherry picked from commit 946c3563d8a6283758a43050fdd94c1228fb290e)
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Fix broken bindings
closes #8971