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: v12.2.8~113 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3a01e5db373566f89467434b17fb3a879fbc510a;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 (cherry picked from commit 70b86012b56fd4b66fc0c7ce88a6cfbe895a0702) --- 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 cf7481523350..1f2963e7216a 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=