From 5ff9d18c58d39b5d1b6a2569a0d24792015de714 Mon Sep 17 00:00:00 2001 From: jkhatri Date: Tue, 10 Sep 2024 21:59:23 -0700 Subject: [PATCH] [FIX] Removed older PIP added by community PR #146 --- .github/workflows/ansible-test.yml | 2 +- tests/requirements.txt | 2 -- tests/unit/requirements.txt | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) 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