Issue #6587
closedpulp_installer molecule CI fails with python-sh 1.13.0
Description
The "sh" module was upgraded from 1.12.14 to 1.13.0 yesterday: https://pypi.org/project/sh/#history
It breaks molecule, and therefore breaks our CI.
It only seems to affect our Python 2.7 tests.
It is unclear whether they intentionally broke Python 2, or it was accidental.
Added by Mike DePaulo over 4 years ago
Added by Mike DePaulo over 4 years ago
Revision b6512c67 | View on GitHub
Problem: pulp_installer molecule CI fails with python-sh 1.13.0
Solution: Exclude the 1.13.0 version specifically, assuming that 1.13.1 will have it fixed.
fixes: #6587
Updated by Anonymous over 4 years ago
- Status changed from NEW to MODIFIED
Applied in changeset ansible-pulp|b6512c677dbca07bd7a2101681d4591cc0f79416.
Added by Mike DePaulo over 4 years ago
Revision 7900b06c | View on GitHub
Problem: pulp_installer molecule CI fails with python-sh 1.13.1
Solution: Keep it on 1.12.x for python 2, since both 1.13.0 & 1.13.1 seem to be incompatible with python 2, despite what the project's homepage says.
fixes: #6587
Added by Mike DePaulo over 4 years ago
Revision 7900b06c | View on GitHub
Problem: pulp_installer molecule CI fails with python-sh 1.13.1
Solution: Keep it on 1.12.x for python 2, since both 1.13.0 & 1.13.1 seem to be incompatible with python 2, despite what the project's homepage says.
fixes: #6587
Updated by Anonymous over 4 years ago
Applied in changeset ansible-pulp|7900b06cd35809c79f0cdcfef56e41576ab60ffc.
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Updated by dkliban@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Problem: pulp_installer molecule CI fails with python-sh 1.13.0
Solution: Exclude the 1.13.0 version specifically, assuming that 1.13.1 will have it fixed.
fixes: #6587