mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-19 21:42:45 +00:00
Try to fix docker-compose v1 tests on Arch. (#879)
This commit is contained in:
parent
4cb29220e5
commit
0616fb12df
@ -7,3 +7,5 @@ docker_compose_pip_packages:
|
|||||||
- docker-compose
|
- docker-compose
|
||||||
# Force PyYAML to 5.3.1
|
# Force PyYAML to 5.3.1
|
||||||
- PyYAML==5.3.1
|
- PyYAML==5.3.1
|
||||||
|
# Force requests to < 2.32.0 (https://github.com/docker/docker-py/issues/3256)
|
||||||
|
- requests<2.32.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user