Actions
Issue #6587
closedpulp_installer molecule CI fails with python-sh 1.13.0
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:
Quarter:
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.
Actions
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