remove openshift dependency for molecule testing (#118)

This commit is contained in:
abikouo
2021-06-02 10:09:19 +02:00
committed by GitHub
parent 92e6ff29f6
commit dd53fde0e1

View File

@@ -91,8 +91,8 @@ jobs:
# The 3.3.0 release of molecule introduced a breaking change. See
# https://github.com/ansible-community/molecule/issues/3083
- name: Install molecule and openshift dependencies
run: pip install ansible "molecule<3.3.0" yamllint openshift flake8 jsonpatch
- name: Install molecule and kubernetes dependencies
run: pip install ansible "molecule<3.3.0" yamllint kubernetes flake8 jsonpatch
# The latest release doesn't work with Molecule currently.
# See: https://github.com/ansible-community/molecule/issues/2757