diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bc50078..4e490c60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: python-version: ${{ matrix.python_version }} - name: Install ansible base (devel branch) - run: pip install "ansible>=2.9.0,<2.10.0" + run: pip install "ansible>=2.9.0,<2.10.0" pip==20.3.1 - name: Run integration tests on Python ${{ matrix.python_version }} run: make downstream-test-integration diff --git a/tests/integration/targets/kubernetes/tasks/main.yml b/tests/integration/targets/kubernetes/tasks/main.yml index 681d7c8c..de85850d 100644 --- a/tests/integration/targets/kubernetes/tasks/main.yml +++ b/tests/integration/targets/kubernetes/tasks/main.yml @@ -16,7 +16,7 @@ - pip: name: - openshift>=0.9.2 - - coverage + - coverage>=5.3 virtualenv: "{{ virtualenv }}" virtualenv_command: "{{ virtualenv_command }}" virtualenv_site_packages: no @@ -36,7 +36,7 @@ name: - kubernetes-validate==1.12.0 - openshift>=0.9.2 - - coverage + - coverage>=5.3 virtualenv: "{{ virtualenv }}" virtualenv_command: "{{ virtualenv_command }}" virtualenv_site_packages: no @@ -56,8 +56,14 @@ - pip: name: - kubernetes==12.0.0 + - coverage>=5.3 + virtualenv: "{{ virtualenv }}" + virtualenv_command: "{{ virtualenv_command }}" + virtualenv_site_packages: no + +- pip: + name: - openshift>=0.9.2 - - coverage virtualenv: "{{ virtualenv }}" virtualenv_command: "{{ virtualenv_command }}" virtualenv_site_packages: no