Skip to content

Commit

Permalink
Fix CI ansible tests
Browse files Browse the repository at this point in the history
There is an incompatibility with latest requests package on ubuntu with
ansible docker so older version is required.

An example of error is https://github.com/dogtagpki/pki/actions/runs/9215527346/job/25354301193

For details, see docker/docker-py#3256
  • Loading branch information
fmarco76 authored and edewata committed Jun 19, 2024
1 parent d6cf80b commit 2967696
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ansible/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ ansible-lint
jsondiff
passlib
PyYAML
requests
# New version have problem with docker API (see. https://github.com/docker/docker-py/issues/3256)
requests<2.32

0 comments on commit 2967696

Please sign in to comment.