From: Andrew Schoen Date: Thu, 26 Jul 2018 17:41:15 +0000 (-0500) Subject: ceph-volume: do not pin the testinfra version for the simple tests X-Git-Tag: v14.0.1~761^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=70b86012b56fd4b66fc0c7ce88a6cfbe895a0702;p=ceph.git 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 --- 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 80a0fba9d88b..ea732778d09f 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=