Issue #8977
closedpulp_installer CI is failing because ruamel.yaml.clib no longer supports Python 2
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.
Added by Mike DePaulo over 3 years ago
Added by Mike DePaulo over 3 years ago
Revision b055718d | View on GitHub
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
Added by Mike DePaulo over 3 years ago
Revision 1babdc03 | View on GitHub
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
Added by Mike DePaulo over 3 years ago
Revision 1babdc03 | View on GitHub
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
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Updated by pulpbot over 3 years ago
Updated by Anonymous over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|b055718dc91274ae33fcd0a8ba9fb6d46bfa6f20.
Updated by bmbouter over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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