Skip to content

Commit

Permalink
Pin urllib3 version for k8s test
Browse files Browse the repository at this point in the history
urllib3-1.25.4 breaks k8s due to this bug:
urllib3/urllib3#1682
  • Loading branch information
abadger committed Sep 20, 2019
1 parent 41bfd2b commit d3dfea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/targets/k8s/tasks/main.yml
Expand Up @@ -12,6 +12,7 @@

- pip:
name:
- urllib3<=1.25.3
- openshift>=0.9.2
- coverage
virtualenv: "{{ virtualenv }}"
Expand Down

0 comments on commit d3dfea9

Please sign in to comment.