Skip to content

Commit

Permalink
Fix test run for ansible latest (#285)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zerwes authored May 12, 2023
1 parent f782742 commit 29f8985
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Ansible-latest test environment
ansible
molecule-docker===2.0.0
molecule===4.0.0
molecule[docker]===4.0.0
molecule
molecule-plugins[docker]
ansible-lint<6.4.0
yamllint==1.28.0
requests<2.29
urllib3<2

0 comments on commit 29f8985

Please sign in to comment.