diff --git a/.github/workflows/pull-request-management.yml b/.github/workflows/pull-request-management.yml index ea1d75bd480..4e6f7713db2 100644 --- a/.github/workflows/pull-request-management.yml +++ b/.github/workflows/pull-request-management.yml @@ -365,7 +365,6 @@ jobs: 3.10 cache: 'pip' - name: 'Install Python requirements' - if: steps.pipcache.outputs.cache-hit != 'true' run: | pip install mock pytest pytest-mock pytest-xdist pyyaml "ansible-core<2.19.0" -r .github/requirements-ci.txt --upgrade - name: 'Run ansible-test units test cases' diff --git a/ansible_collections/arista/avd/requirements-dev.txt b/ansible_collections/arista/avd/requirements-dev.txt index facb4fc9e2e..3fcab2aedb4 100644 --- a/ansible_collections/arista/avd/requirements-dev.txt +++ b/ansible_collections/arista/avd/requirements-dev.txt @@ -18,7 +18,7 @@ jsonschema-rs>=0.24 molecule>=6.0 molecule-plugins[docker]>=23.4.0 pydantic>=2.3.0 -pylint>=3.2.6 +pylint==3.2.6 pre-commit>=3.2.0 pre-commit-hooks>=3.3.0 referencing>=0.35.0