Actions
Issue #8977
closedpulp_installer CI is failing because ruamel.yaml.clib no longer supports Python 2
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Sprint 99
Quarter:
Description
ruamel.yaml.clib is a dependency of ansible molecule, used by our CI and for local testing of pulp_installer.
0.2.2 still supports python 2 & 3, but 0.2.3 / 0.2.4 only supports python 3.
This is causing our CI to fail for certain tests.
It also prevented the release of pulp_installer 3.11.2-4, after I created the tag. Due to the time delay between running the PR test and running the tag's/release's test.
Actions
Problem: CI is failing because ruamel.yaml.clib no
longer supports Python 2
Solution: limit the python 2 version of ruamel.yaml.clib to 0.2.2.
fixes: #8977