mirror of https://github.com/ceph/ceph-ansible.git
tests/requirements: bump testinfra
3.4 is the latest testinfra release available but python2 is dropped
starting 4.0.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit ccec67aa6a
)
pull/5135/head
parent
46a13664b2
commit
3fc4cc9f62
|
@ -1,6 +1,6 @@
|
|||
# These are Python requirements needed to run the functional tests
|
||||
six==1.10.0
|
||||
testinfra>=3.2,<3.3
|
||||
testinfra>=3,<4
|
||||
pytest-xdist==1.28.0
|
||||
pytest>=4.6,<5.0
|
||||
ansible>=2.8.8,<2.9
|
||||
|
|
Loading…
Reference in New Issue