BeyondTheClouds / enos

Experimental eNvironment for OpenStack :monkey:
https://beyondtheclouds.github.io/enos/
GNU General Public License v3.0
30 stars 22 forks source link

Fix requests/urllib3 docker bug #355

Closed jonglezb closed 1 year ago

jonglezb commented 1 year ago

Due to an update in requests and/or urllib3, our deployment fails to talk to Docker because of this issue: https://github.com/docker/docker-py/issues/3113

Pin versions to fix the issue.