From 70b86012b56fd4b66fc0c7ce88a6cfbe895a0702 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 26 Jul 2018 12:41:15 -0500 Subject: [PATCH] ceph-volume: do not pin the testinfra version for the simple tests For testinfra to work with a 2.6.x version of ansible it must use the latest version. Signed-off-by: Andrew Schoen --- src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini b/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini index 80a0fba9d88b4..ea732778d09fa 100644 --- a/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini +++ b/src/ceph-volume/ceph_volume/tests/functional/simple/tox.ini @@ -19,7 +19,7 @@ setenv= CEPH_VOLUME_DEBUG = 1 deps= ansible~=2.6,<2.7 - testinfra==1.7.1 + testinfra pytest-xdist notario>=0.0.13 changedir= -- 2.39.5