Skip to content

Commit

Permalink
Workaround for PyYAML
Browse files Browse the repository at this point in the history
An older version of Molecule is required to work with Ansible 2.9 which in
tern needs an older version of PyYAML. PyYAML 5.4.x and 6.0.0 don't work
with Cython 3 (yaml/pyyaml#724) so we have to
explicitly exclude them to make the tests work again.
  • Loading branch information
giner committed Aug 1, 2023
1 parent 0d4364b commit eb6b721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-molecule-ansible-2.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ ansible-lint==5.4.0
yamllint
molecule==3.0.8
molecule-docker
pyyaml!=5.4.*,!=6.0.0 # These versions of pyyaml don't work with Cython 3, see https://github.com/yaml/pyyaml/issues/724

0 comments on commit eb6b721

Please sign in to comment.