Skip to content

Commit 8fc0eff

Browse files
committed
fix molecule requirements
Currently requests >= 2.31.0 seems broken molecule docker connect with error: `Unable to contact the Docker daemon`
1 parent ac80f04 commit 8fc0eff

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

molecule/kubernetes/prepare.yml

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
msg: Swap is enabled, please disable on host before proceeding
4040
when:
4141
- _swapon.stdout
42+
43+
- name: upgrade pip
44+
ansible.builtin.command: pip install --upgrade pip
45+
changed_when: false
46+
4247
tasks:
4348
- name: Install common packages
4449
ansible.builtin.package:

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ molecule-plugins[docker]
66
pytest < 8.0.0
77
pytest-forked
88
pytest-xdist
9+
requests < 2.31.0

0 commit comments

Comments
 (0)