mirror of https://github.com/ceph/ceph-ansible.git
5 lines
196 B
Plaintext
5 lines
196 B
Plaintext
|
# These are Python requirements needed to run the functional tests
|
||
|
# testinfra < 1.7.1 does not work Ansible 2.4, see https://github.com/philpep/testinfra/issues/249
|
||
|
testinfra==1.7.1
|
||
|
pytest-xdist
|