Skip to content

Commit

Permalink
[stable-2.9] 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
(cherry picked from commit d3dfea9)

Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
  • Loading branch information
abadger committed Sep 20, 2019
1 parent de3e76a commit bcc2d8d
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 bcc2d8d

Please sign in to comment.