Skip to content

Commit

Permalink
Merge pull request #2924 from uselagoon/pin_test_deps
Browse files Browse the repository at this point in the history
pin test pip dependencies
  • Loading branch information
tobybellwood authored Nov 10, 2021
2 parents f0337ef + 3eb1806 commit 51cb320
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ RUN apk add --no-cache --virtual .build-deps \
libffi-dev \
openssl-dev \
&& pip install \
ansible-core \
PyJWT \
requests \
jmespath \
ansible-core==2.11.* \
PyJWT==2.3.* \
requests==2.26.* \
jmespath==0.10.* \
&& apk del .build-deps

RUN ansible-galaxy collection install ansible.posix community.general
Expand Down

0 comments on commit 51cb320

Please sign in to comment.