Skip to content

Commit

Permalink
Support PyYAML 6.0 (#3310)
Browse files Browse the repository at this point in the history
PyYAML 6.0 released on 2021-10-14 (see <https://github.com/yaml/pyyaml/releases/tag/6.0>).

This PR removes the upper cap for PyYAML, so both 5.4.1 and 6.0 could be installed.

Dirty hack applied to <https://github.com/alvistack/ansible-community-molecule/tree/alvistack/3.5.2> and so <https://build.opensuse.org/package/show/home:alvistack/ansible-community-molecule-3.5.2>, manually confirmed as functioning for CentOS 7.

Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
  • Loading branch information
hswong3i committed Nov 21, 2021
1 parent 8ba0552 commit dcf82b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ install_requires =
packaging
paramiko >= 2.5.0, < 3
pluggy >= 0.7.1, < 2.0
PyYAML >= 5.1, < 6
PyYAML >= 5.1
rich >= 9.5.1
subprocess-tee >= 0.3.5
# selinux python module is needed as least by ansible-docker/podman modules
Expand Down

0 comments on commit dcf82b0

Please sign in to comment.