From f95bc0b76bdbff5dcb0e4aef236e71205d1eeb8f Mon Sep 17 00:00:00 2001 From: Gregory Meno Date: Mon, 16 Oct 2017 11:45:03 -0700 Subject: [PATCH] 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 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3