fgci-org / fgci-ansible

:microscope: Collection of the Finnish Grid and Cloud Infrastructure Ansible playbooks
MIT License
54 stars 18 forks source link

Fix testing with pip - (don't pip install requests[security] ) #221

Closed martbhell closed 6 years ago

martbhell commented 6 years ago

Before this PR we were seeing errors from PyOpenSSL when pip installing anything with pip 10.0 inside CentOS7 docker container

VilleS1 commented 6 years ago

So why does this fix pip?

martbhell commented 6 years ago

Seems that PyOpenSSL gets updated via pip and then stuff breaks. Haven't seen this outside travis.