Skip to content

Commit

Permalink
tests: exclude ansible 2.9.10
Browse files Browse the repository at this point in the history
ansible 2.9.10 seems to have introduced a bug.

See ansible/ansible#70168

This commit excludes this version from ceph-ansible testing

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Jun 19, 2020
1 parent e41487d commit 7d7dcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ six==1.10.0
testinfra>=3,<4
pytest-xdist==1.28.0
pytest>=4.6,<5.0
ansible>=2.9,<2.10
ansible>=2.9,<2.10,!=2.9.10
Jinja2>=2.10
netaddr
mock
Expand Down

0 comments on commit 7d7dcc4

Please sign in to comment.