vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on Patroni). Automating with Ansible.
https://postgresql-cluster.org
MIT License
1.48k stars 394 forks source link

Molecule: Avoid requests 2.32.0 during testing #663

Closed vitabaks closed 3 months ago

vitabaks commented 3 months ago

Issue: https://github.com/vitabaks/postgresql_cluster/issues/662

requests 2.32 is incompatible with vendored versions of docker-py from inside community.docker collection.

Related: