-
Notifications
You must be signed in to change notification settings - Fork 666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New version of 'rich' deps break molecule from run #3010
Comments
I nailed it to commit Textualize/rich@12b268d. |
For my own purposes I've currently pinned 'rich<9.5.0' in my deps. The behavior is present in both 9.5.0 and 9.5.1 |
Seeing the exact same behavior with respect to molecule and rich >= 9.5.0. I came here to create an issue but saw that @pavelpicka beat me to it. |
Upstream was reported that the `rich` dependency is not compatible with current molecule version ansible/molecule#3010 By pinning it to an older version CI is expect to run again
I believe @ssbarnea has now fixed this in pycontribs/enrich#21. |
Issue Type
Molecule and Ansible details
Molecule installation method (one of):
Ansible installation method (one of):
Detail any linters or test runners used:
local, GHA, flake8 & yamllint, ansible-lint used
Desired Behavior
molecule test --scenario-name our-test
should run the test
Actual Behaviour
fails, on CI with "InvocationError" locally just RC=1 without any message
Found
Only change from working behaviour is dependency rich is updated from
'9.4.0'
to'9.5.0'
.Downgrade is working workaround.
The text was updated successfully, but these errors were encountered: