From 3fc4cc9f621505bd672ccf57c28184015cfa2b9a Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Thu, 5 Mar 2020 09:52:56 -0500 Subject: [PATCH] tests/requirements: bump testinfra 3.4 is the latest testinfra release available but python2 is dropped starting 4.0. Signed-off-by: Dimitri Savineau (cherry picked from commit ccec67aa6a5e1a36f9a22b784baf0cefe0b1d002) --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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