From: Gregory Meno Date: Mon, 16 Oct 2017 18:45:03 +0000 (-0700) Subject: pin test-infra requirement at 1.5.5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2059%2Fhead;p=ceph-ansible.git pin test-infra requirement at 1.5.5 This allows us to deal with API change of "host" fixture see https://github.com/philpep/testinfra/blob/master/CHANGELOG.rst#160 Now we can run tox against stable-2.2 release of ceph-ansible Signed-off-by: Gregory Meno --- diff --git a/tests/requirements.txt b/tests/requirements.txt index 64f2f8285..4d6c88e4e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ # These are Python requirements needed to run the functional tests -testinfra +testinfra==1.5.5 pytest-xdist