diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 24bbfe05..b3b0d8f2 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -24,7 +24,7 @@ jobs: python-version: '3.11' - name: Install ansible (${{ matrix.ansible-version }}) - run: pip install pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible-version }}.tar.gz --disable-pip-version-check + run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible-version }}.tar.gz --disable-pip-version-check - name: Build a collection tarball run: ansible-galaxy collection build --output-path "${GITHUB_WORKSPACE}/.cache/collection-tarballs" diff --git a/tests/requirements.txt b/tests/requirements.txt index f0ae0e93..708b417d 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,3 @@ -pip==20.3.4; python_version == '2.6' or python_version=='2.7' -pip==22.2.2; python_version > '3.0' infoblox-client pytest pytest-xdist diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 065df589..c64045e9 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -1,5 +1,3 @@ -pip==20.3.4; python_version == '2.6' or python_version=='2.7' -pip==22.2.2; python_version > '3.0' infoblox-client pytest pytest-forked