From 02df2ab5ea37ab7d9cd42b1a4d324515cb503677 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Fri, 1 Nov 2019 10:25:36 -0400 Subject: [PATCH] tests/requirements: bump testinfra and pytest The ansible ssh connections are now using the ssh backend instead of paramiko starting testinfra 3.1 and persistent connections too. pytest 4.6 is the latest release to be supported by python 2. Signed-off-by: Dimitri Savineau --- tests/requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index ba3842b42..fb9a3f265 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,12 +1,11 @@ # These are Python requirements needed to run the functional tests six==1.10.0 -testinfra>=3.0,<3.1 +testinfra>=3.2,<3.3 pytest-xdist==1.28.0 -pytest>=4.4,<4.5 +pytest>=4.6,<5.0 ansible>=2.8,<2.9 Jinja2>=2.10 netaddr mock jmespath -paramiko pytest-rerunfailures \ No newline at end of file