Skip to content

Commit ed56e69

Browse files
sbessonatarkowska
authored andcommittedApr 17, 2017
Cap requests version below 2.12.2
Last release seems to have broken docker-py See ansible/ansible-modules-core#5775 and https://github.com/kennethreitz/requests/issues/3734 for the relevant issues
1 parent 98dbc0f commit ed56e69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎tasks/devspace-install.yml

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
- passlib
5050
- pyyaml
5151
- docker-compose
52+
# Temporary fix - cap requests to version below 2.12.2
53+
# See https://github.com/kennethreitz/requests/issues/3734 and
54+
# https://github.com/docker/docker-py/issues/1321
55+
- requests<2.12.2
5256

5357
# TEMP: Error: docker-py version is 1.10.2. Minimum version required is 1.7.0.
5458
# see https://github.com/ansible/ansible/issues/17495
@@ -59,6 +63,8 @@
5963
state: latest
6064
with_items:
6165
- docker-py==1.9.0
66+
# Same as above
67+
- requests<2.12.2
6268

6369
- name: clone devspace
6470
become: yes

0 commit comments

Comments
 (0)
Please sign in to comment.