Try to fix docker-compose v1 tests on Arch. (#879)

This commit is contained in:
Felix Fontein 2024-06-10 21:19:04 +02:00 committed by GitHub
parent 4cb29220e5
commit 0616fb12df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,3 +7,5 @@ docker_compose_pip_packages:
- docker-compose
# Force PyYAML to 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