From: Dimitri Savineau Date: Thu, 5 Mar 2020 14:52:56 +0000 (-0500) Subject: tests/requirements: bump testinfra X-Git-Tag: v6.0.0alpha1~18 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ccec67aa6a5e1a36f9a22b784baf0cefe0b1d002;p=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 --- diff --git a/tests/requirements.txt b/tests/requirements.txt index 9450335ff..af4437a0c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -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