]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests/requirements: bump testinfra and pytest v5.0.0alpha1
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 1 Nov 2019 14:25:36 +0000 (10:25 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 4 Nov 2019 14:09:49 +0000 (09:09 -0500)
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 <dsavinea@redhat.com>
tests/requirements.txt

index ba3842b42580b334b1ef42c898148203a16f735f..fb9a3f2652754e6c013f28ba64abd9a76c2336d3 100644 (file)
@@ -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