]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: pin ruamel.yaml version
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 26 Mar 2021 13:25:08 +0000 (14:25 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 26 Mar 2021 13:42:27 +0000 (14:42 +0100)
commita65968a9d14466e3fd1d7ca5628be3029782a6fa
treec8f2d3494ac2eca8efbcabe65f5d8b24ada92e41
parentba6fa5c95950f9d5328f225155784646869c35a6
tests: pin ruamel.yaml version

0.17.0 which was released today (03/26/2021) breaks ansible-lint execution with
py2.7.

From https://pypi.org/project/ruamel.yaml we can read:

> The 0.16.13 release was the last that will tested to be working on Python 2.7.

Let's enforce the version on 0.16.13 when running with py2.7

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
.github/workflows/ansible-lint.yml