Skip to content

Commit 29f8985

Browse files
authored
Fix test run for ansible latest (#285)
Without this, the latest build fails. This is a problem as it prevents testing on the ' latest ' builds, at least until a better/sustainable fix is developed. This fixes it by temporarily capping some deps.
1 parent f782742 commit 29f8985

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dev-requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Ansible-latest test environment
22
ansible
3-
molecule-docker===2.0.0
4-
molecule===4.0.0
5-
molecule[docker]===4.0.0
3+
molecule
4+
molecule-plugins[docker]
65
ansible-lint<6.4.0
76
yamllint==1.28.0
7+
requests<2.29
8+
urllib3<2

0 commit comments

Comments
 (0)